org.apache.tapestry.ioc.annotations |
|
Java Source File Name | Type | Comment |
EagerLoad.java | Annotation | Marker annotation placed on a service builder method to indicate that the service should be
eagerly loaded: realized as if a service method had been invoked. |
Inject.java | Annotation | Normally, resources take precedence over annotations when injecting. |
InjectService.java | Annotation | |
Match.java | Annotation | Optional, but typically used, annotation for service decorator methods, used to define which
services the decorator applies to. |
Order.java | Annotation | Used with a service decorator method to control the order in which decorations occur. |
Scope.java | Annotation | An optional annotation that may be placed on a service building method of a module. |
SubModule.java | Annotation | Attached to a module class, this annotation identifies other module classes that should also be
added to the Registry. |
Symbol.java | Annotation | Used to inject a symbol value, via a symbol name. |
Value.java | Annotation | Used in conjunction with
Inject to inject a literal value, rather than a service. |