@Version("1.0")
Package org.osgi.service.typedevent.propertytypes
Typed Event Component Property Types Package Version 1.0.
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.typedevent.propertytypes; version="[1.0,2.0)"
- Author:
- $Id: 75ea41c54d3a9602dfaf4e2d31e0019cef207c0f $
-
Annotation Types Summary Annotation Type Description EventFilter Component Property Type for theTypedEventConstants.TYPED_EVENT_FILTER
service property of an Event Handler service.EventTopics Component Property Type for theTypedEventConstants.TYPED_EVENT_TOPICS
service property of aTypedEventHandler
orUntypedEventHandler
service.EventType Component Property Type for theTypedEventConstants.TYPED_EVENT_TYPE
service property of anTypedEventHandler
service.