Annotation Type State
-
@Retention(RUNTIME) @Target(FIELD) public @interface StateAnnotation used to define the states in a state machine. Only applies tostatic final Stringfields. The value of the string will be used as state id.
@Retention(RUNTIME)
@Target(FIELD)
public @interface State
static final String fields. The value of the string will be used
as state id.