@Version("1.0.0")
Package org.osgi.service.cdi.propertytypes
Bean Property Types Package Version 1.0.
When used as annotations, bean property types are processed by CCR to generate default component properties, service properties and target filters.
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.cdi.propertytypes; version="[1.0,2.0)"
- Author:
- $Id: 4a6cbe2782b98c0d7b5f6b829de934bcb460a5db $
-
Exception Summary Exception Description BeanPropertyException This Runtime Exception is thrown when a Bean Property Type method attempts an invalid component property coercion. -
Annotation Types Summary Annotation Type Description ExportedService Bean Property Type for the remote service properties for an exported service.ServiceDescription Bean Property Type for theservice.description
service property.ServiceRanking Bean Property Type for theservice.ranking
service property.ServiceVendor Bean Property Type for theservice.vendor
service property.