Annotation Type State
Annotation used to define the states in a state machine. Only applies to
static final String fields. The value of the string will be used
as state id.-
Field Summary
Fields -
Optional Element Summary
Optional Elements
-
Field Details
-
ROOT
-
-
Element Details
-
value
String valueSets the id of the parent state. The default is no parent.- Returns:
- the id of the parent state
- Default:
"__root__"
-