Annotation Interface EventFilter
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireEventAdmin
public @interface EventFilter
Component Property Type for the
EventConstants.EVENT_FILTER
service
property of an EventHandler
service.
This annotation can be used on an EventHandler
component to declare
the value of the EventConstants.EVENT_FILTER
service property.
- Since:
- 1.4
- See Also:
-
- "Component Property Types"
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionService property specifying theEvent
filter to anEventHandler
service.
-
Element Details
-
value
String valueService property specifying theEvent
filter to anEventHandler
service.- Returns:
- The event filter.
- See Also:
-