Annotation Type EventFilter
@ComponentPropertyType
@Retention(CLASS)
@Target(TYPE)
@RequireTypedEvent
public @interface EventFilter
Component Property Type for the
TypedEventConstants.TYPED_EVENT_FILTER service property of an Event
Handler service.
This annotation can be used on an TypedEventHandler or
UntypedEventHandler component to declare the value of the
TypedEventConstants.TYPED_EVENT_FILTER service property.
- Author:
- $Id: 3c99b991160eff4d897ce5040a15a591597d5dce $
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionService property specifying the event filter for aTypedEventHandlerorUntypedEventHandlerservice.
-
Element Details
-
value
String valueService property specifying the event filter for aTypedEventHandlerorUntypedEventHandlerservice.- Returns:
- The event filter.
- See Also:
-