@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 theComponentannotation.FieldOption Field options for theReferenceannotation.ReferenceCardinality Cardinality for theReferenceannotation.ReferencePolicy Policy for theReferenceannotation.ReferencePolicyOption Policy option for theReferenceannotation.ReferenceScope Reference scope for theReferenceannotation.ServiceScope Service scope for theComponentannotation. -
Annotation Types Summary Annotation Type Description Activate Identify the annotated method as theactivatemethod of a Service Component.Component Identify the annotated class as a Service Component.Deactivate Identify the annotated method as thedeactivatemethod of a Service Component.Modified Identify the annotated method as themodifiedmethod of a Service Component.Reference Identify the annotated member as a reference of a Service Component.