| Interface | Description |
|---|---|
| InjectableMember |
Represents an injectable member like a field,
method or constructor.
|
| Class | Description |
|---|---|
| InjectableConstructor |
Represents an injectable constructor, a constructor
annotated with
Inject or a
constructor with no parameters. |
| InjectableField |
Represents a Field annotated with
Inject
and that already has resolved a key, with its requirement level
defined too. |
| InjectableMethod |
Represents a Method annotated with
Inject
and that already has resolved its parameter keys, with its
requirement level defined too. |