| Enum | Description |
|---|---|
| BindingPolicy |
Binding policies supported by iPOJO.
|
| Annotation Type | Description |
|---|---|
| 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.
|
| HandlerBinding |
A @
HandlerBinding bind its annotated type to a given handler. |
| HandlerDeclaration |
This annotation is used to configure a handler.
|
| Ignore |
A @
Ignore annotation mark its annotated type to be ignored by the iPOJO manipulator. |
| 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.
|
| Stereotype |
In many systems, use of architectural patterns produces a set of recurring roles.
|
| Unbind |
This annotation declares an unbind method.
|
| Updated |
This annotation declares an updated callback.
|
| Validate |
This annotation declares a validate callback.
|
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.