|
Annotation Types Summary |
| Bind |
This annotation declares a bind method. |
| Component |
This annotation declares a component. |
| Controller |
This annotation declares a lifecycle controller. |
| Handler |
This annotation declares a handler. |
| HandlerDeclaration |
This annotation is used to configure a handler. |
| Instantiate |
This annotation is used to create an 'empty' instance of the
current component type. |
| Invalidate |
This annotation declares an invalidate callback. |
| Modified |
This annotation declares a modify method. |
| PostRegistration |
This annotation declares a post-service-registration method. |
| PostUnregistration |
This annotation declares a post-service-unregistration method. |
| Property |
This annotation declares a component property. |
| Provides |
This annotation declares that the component instances will provide a service. |
| Requires |
This annotation declares a service requirement. |
| ServiceController |
This annotation declares a service controller. |
| ServiceProperty |
This annotation declares a service property. |
| StaticServiceProperty |
This annotation declares a static service property. |
| Unbind |
This annotation declares an unbind method. |
| Updated |
This annotation declares an updated callback. |
| Validate |
This annotation declares a validate callback. |