Annotation Type EventType
-
@ComponentPropertyType @Retention(CLASS) @Target(TYPE) @RequireTypedEvent public @interface EventType
Component Property Type for theTypedEventConstants.TYPED_EVENT_TYPE
service property of anTypedEventHandler
service.This annotation can be used on an
TypedEventHandler
component to declare the value of theTypedEventConstants.TYPED_EVENT_TYPE
service property.- Author:
- $Id: 3799448fcf60ec8a125bf857b2b7da23d9f45570 $
- See Also:
- "Component Property Types"
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>
value
Service property specifying theEventType
for aTypedEventHandler
service.
-
-
-
Element Detail
-
value
java.lang.Class<?> value
Service property specifying theEventType
for aTypedEventHandler
service.- Returns:
- The event filter.
- See Also:
TypedEventConstants.TYPED_EVENT_TYPE
-
-