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