| AnnotationBasedLifeCycleCallbacksFactory |
Implementation of a LifeCycleCallbacksFactory which determines which life cycle
methods to call based on configurable annotations.
|
| ConfigurableAnnotationStrategy |
Implementation of AnnotationStrategy which allows configuring one or more
annotations used to control injection.
|
| DefaultInjectorStrategy |
|
| ListInjectionTargetExtension<T> |
|
| NoProxyStrategy |
An implementation of ProxyStrategy that will always throw an exception
when attempting to create a proxy, effectively disabling the functionality.
|
| ProducesTypeRegistrationExtension |
Extension which looks for members annotated with a produces annotation, and if found registers
these with the injector.
|
| ProviderInjectionTargetExtension<P,E> |
|
| ProviderTypeRegistrationExtension |
This extension detects if a class implements a method of a provider interface and registers
an additional type for the type the provider provides.
|
| SetInjectionTargetExtension<T> |
|
| SimpleScopeStrategy |
|
| SingletonScopeResolver |
Scope resolver for singleton scope.
|