See: Description
Class | Description |
---|---|
AnnotationBuilder<T extends Annotation> |
AnnotationBuilder is a "builder" for creating proxy Annotation instances.
|
AnnotationValidator |
Annotation processor that checks and validates DI annotations.
|
Annotation Type | Description |
---|---|
AliasFor |
Marks a qualifier annotation as an alias for another qualifier.
|
AllowUnqualifiedMatch |
Mark a qualifier as allowing unqualified matches.
|
Attribute |
Attribute is an auxiliary annotation, like
Qualifier , that can be
used to add additional information to injection points (setters,
constructors, fields). |
DefaultBoolean |
A default value for a qualified boolean.
|
DefaultDouble |
A default value for a double parameter.
|
DefaultImplementation |
A default implementation for a
Qualifier . |
DefaultInteger |
A default value for an integer parameter.
|
DefaultNull |
Mark a component or qualifier as defaulting to
null . |
DefaultProvider |
DefaultProvider specifies a Provider implementation to act as a default binding
for types annotated with it.
|
DefaultString |
A default value for a string parameter.
|
Copyright © 2016 GroupLens Research. All rights reserved.