Interface | Description |
---|---|
DependencySource |
Represents a source that can resolve dependencies.
|
Class | Description |
---|---|
ControllerFactoryDI | |
DependencyInjector |
Class that allows manages the dependency injection in the system.
|
Annotation Type | Description |
---|---|
InjectValue |
Indicates that a field must be populated when passing
the instance of an object to
DependencyInjector.inject(Object)
method of the main dependency injector. |
ValueProvider |
Indicates that the annotated method provides
a value for the dependency injection system when set
a source using
AnnotatedDependencySource . |
ViewParam |
Indicates that the field must be populated
with one of the values passed through
ViewLoader.loadView(String, Object...) . |