@Target(value=TYPE)
public @interface StateMachineEvents
StateMachineEvents is used to annotate interface which defines methods that are used as
events triggering state transitions for a state machine implementation.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends StateMachine> |
value |
public abstract java.lang.Class<? extends StateMachine> value