See: Description
| Annotation Type | Description |
|---|---|
| Assisted |
Annotates a parameter within an
AssistedInject-annotated constructor. |
| AssistedFactory |
Annotates an abstract class or interface used to create an instance of a type via an
AssistedInject constructor. |
| AssistedInject |
Annotates the constuctor of a type that will be created via assisted injection.
|