@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FireEvent
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends Event> |
event |
Modifier and Type | Optional Element and Description |
---|---|
EventProperty[] |
properties |
public abstract java.lang.Class<? extends Event> event
public abstract EventProperty[] properties