| Enum | Description |
|---|---|
| Element.ElementType |
| Annotation Type | Description |
|---|---|
| Arg |
used to describe argument of the bean constructor
or the argument of the factory method for the bean
this is mapped to Targument for the Tbean
|
| Bean | |
| Bind |
used to annotation bind-method in blueprint reference listeners
|
| Blueprint |
this is really bundle level declaration
It is possible we want to eliminate this annotation and move the configuration to the bundle manifest header.
|
| Destroy |
used to annotation destroy-method in blueprint beans
|
| Element |
used to annotate the element of the list.
|
| Init |
used to annotation init-method in blueprint beans
|
| Inject | |
| List |
used to annotate list value in property
I am not convinced that we want to support this via annotation
|
| Reference | |
| ReferenceList | |
| ReferenceListener | |
| Register |
used to annotation register-method in blueprint registration listeners
|
| RegistrationListener | |
| Service | |
| ServiceProperty | |
| Unbind |
used to annotation unbind-method in blueprint reference listeners
|
| Unregister |
used to annotation unregister-method in blueprint registration listeners
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.