| BeanArgument |
Metadata for a factory method or constructor argument of a bean.
|
| BeanProperty |
Metadata for a property to be injected into a bean.
|
| ComponentMetadata |
Metadata for managed components.
|
| MapEntry |
Metadata for a map entry.
|
| Metadata |
Top level Metadata type.
|
| NonNullMetadata |
Metadata for a value that cannot null.
|
| NullMetadata |
Metadata for a value specified to be null via the <null>
element.
|
| ReferenceListener |
Metadata for a reference listener interested in the reference bind and unbind
events for a service reference.
|
| RegistrationListener |
Metadata for a registration listener interested in service registration and
unregistration events for a service.
|
| ServiceReferenceMetadata |
Metadata for a reference to an OSGi service.
|
| Target |
A common interface for managed components that can be used as a direct target
for method calls.
|