@Retention(value=SOURCE)
public @interface FromEvent
Modifier and Type | Optional Element and Description |
---|---|
java.lang.Class |
baseClass
The base type for an annotated parameter as it's defined in the event object.
|
public abstract java.lang.Class baseClass
Either the parameter type as declared or the type specified here must match the type in the Event object.