Uses of Class
org.osgi.service.cdi.annotations.BeanPropertyType
-
Packages that use BeanPropertyType Package Description org.osgi.service.cdi.annotations CDI Integration Package Version 1.0.org.osgi.service.cdi.propertytypes Bean Property Types Package Version 1.0. -
-
Uses of BeanPropertyType in org.osgi.service.cdi.annotations
Fields in org.osgi.service.cdi.annotations declared as BeanPropertyType Modifier and Type Field Description static BeanPropertyType
BeanPropertyType.Literal. INSTANCE
Default instance. -
Uses of BeanPropertyType in org.osgi.service.cdi.propertytypes
Classes in org.osgi.service.cdi.propertytypes with annotations of type BeanPropertyType Modifier and Type Class Description interface
ExportedService
Bean Property Type for the remote service properties for an exported service.interface
ServiceDescription
Bean Property Type for theservice.description
service property.interface
ServiceRanking
Bean Property Type for theservice.ranking
service property.interface
ServiceVendor
Bean Property Type for theservice.vendor
service property.
-