@Target(value=TYPE)
public @interface StateMachineContext
StateMachineContext is used to annotate interface which defines methods that can be used
to set up a context 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