|
Annotation Types Summary |
| CacheInjectionMethods |
If this is set on a class, then all methods on that class (and superclasses) annotated with @Inject are cached in the component registry. |
| ComponentName |
Used with the Inject annotation to specify the name of a component to inject. |
| DefaultFactoryFor |
An annotation that is used internally, for defining a DEFAULT factory to be used when constructing components. |
| Destroy |
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry
when the cache is destroyed. |
| Inject |
Used to annotate a method as one that is used to inject a registered component into another component. |
| Start |
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry
when the cache starts. |
| Stop |
Method level annotation that indicates a (no-param) method to be called on a component registered in the ComponentRegistry
when the cache stops. |