Top Description Annotations
module org.osgi.service.event

Package org.osgi.service.event.propertytypes

Annotations
@Version:1.4.0
Static Imports
org.osgi.service.event.EventConstants.EVENT_ADMIN_SPECIFICATION_VERSION

Event Admin Component Property Types Package Version 1.4.

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.event.propertytypes; version="[1.4,2.0)"

Author
$Id: a4eadfdc1521ab4d8af7206716e6abd8a57f5dae $

Annotation Summary

Modifier and TypeAnnotation and Description
public @interface
EventDelivery

Component Property Type for the EventConstants#EVENT_DELIVERY service property of an EventHandler service.

public @interface
EventFilter

Component Property Type for the EventConstants#EVENT_FILTER service property of an EventHandler service.

public @interface
EventTopics

Component Property Type for the EventConstants#EVENT_TOPIC service property of an EventHandler service.