BeanPropertyType |
Identify the annotated annotation as a Bean Property Type.
|
ComponentProperties |
Annotation used with Inject in order to have component properties
injected.
|
ComponentScoped |
This scope is used to declare a bean who's lifecycle is determined by the
state of it's OSGi dependencies and the SingleComponent(s) and FactoryComponent(s) that may
reference it through injection.
|
FactoryComponent.Literal |
|
MinimumCardinality.Literal |
|
PID |
Annotation used in collaboration with ComponentScoped to specify
singleton configurations and their policy.
|
PID.Literal |
Support inline instantiation of the PID annotation.
|
PIDs |
Annotation used in conjunction with ComponentScoped in order to
associate configurations with the component bean.
|
PrototypeRequired |
|
Reference.Literal |
Support inline instantiation of the Reference annotation.
|
Reluctant |
Annotation used to indicate that the behavior of the reference should be
reluctant.
|
Service.Literal |
Support inline instantiation of the Service annotation.
|
ServiceInstance.Literal |
|
SingleComponent |
Identifies a single component.
|