Annotation Interface 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.
- See Also:
-
- "Component Property Types"
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionService property specifying the event filter for aTypedEventHandler
orUntypedEventHandler
service.
-
Element Details
-
value
String valueService property specifying the event filter for aTypedEventHandler
orUntypedEventHandler
service.- Returns:
- The event filter.
- See Also:
-