Annotation Type EventFilter
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireEventAdmin public @interface EventFilter
Component Property Type for theEventConstants.EVENT_FILTERservice property of anEventHandlerservice.This annotation can be used on an
EventHandlercomponent to declare the value of theEventConstants.EVENT_FILTERservice property.- Since:
- 1.4
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueService property specifying theEventfilter to anEventHandlerservice.
-
-
-
Element Detail
-
value
java.lang.String value
Service property specifying theEventfilter to anEventHandlerservice.- Returns:
- The event filter.
- See Also:
EventConstants.EVENT_FILTER
-
-