@Version("1.5")
Package org.osgi.service.component.propertytypes
Component Property Types Package Version 1.5.
When used as annotations, component property types are processed by tools to generate Component Descriptions which are used at runtime.
Bundles wishing to use this package at runtime must list the package in the Import-Package header of the bundle's manifest.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.component.propertytypes; version="[1.5,2.0)"
-
Annotation Types Summary Annotation Type Description ExportedService Component Property Type for the remote service properties for an exported service.SatisfyingConditionTarget Component Property Type for theosgi.ds.satisfying.condition.targetreference property.ServiceDescription Component Property Type for theservice.descriptionservice property.ServiceRanking Component Property Type for theservice.rankingservice property.ServiceVendor Component Property Type for theservice.vendorservice property.