| Any |
The any qualifier type.
|
| Argument |
Indicates a field or method argument is a required argument to be provided
at runtime via a factory used for assisted injection.
|
| Assisted |
Marks a type with a single abstract method to be automatically created by the
assisted type registration extension.
|
| Default |
The default qualifier type.
|
| Dependent |
Default scope for unscoped objects.
|
| NormalScope |
Specifies that an annotation is a normal scope.
|
| Opt |
When used in combination with the Inject annotation indicates that
the field or method is optional and can be left null if no injection
candidate is available.
|
| Produces |
Indicates a producer method or field.
|