@Retention(value=SOURCE) @Target(value=TYPE) @Deprecated public @interface State
public abstract String name
This describes the name of a state in the state machine modelled by the DSL API. By default, the state name matches the type name of the annotated type.
public abstract String[] aliases
This describes the alias names of a state in the state machine modelled by the DSL API.
Copyright © 2016. All Rights Reserved.