@Version("1.3")
Package org.osgi.service.component.annotations
Service Component Annotations Package Version 1.3.
This package is not used at runtime. Annotated classes are processed by tools to generate Component Descriptions which are used at runtime.
- Author:
- $Id: bcb93c6d8ba44a16451c4e5455038376b074b914 $
-
Enum Summary Enum Description ConfigurationPolicy Configuration Policy for theComponent
annotation.FieldOption Field options for theReference
annotation.ReferenceCardinality Cardinality for theReference
annotation.ReferencePolicy Policy for theReference
annotation.ReferencePolicyOption Policy option for theReference
annotation.ReferenceScope Reference scope for theReference
annotation.ServiceScope Service scope for theComponent
annotation. -
Annotation Types Summary Annotation Type Description Activate Identify the annotated method as theactivate
method of a Service Component.Component Identify the annotated class as a Service Component.Deactivate Identify the annotated method as thedeactivate
method of a Service Component.Modified Identify the annotated method as themodified
method of a Service Component.Reference Identify the annotated member as a reference of a Service Component.