@Retention(value=SOURCE)
@Target(value=TYPE)
@Deprecated
public @interface State
public abstract java.lang.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.
Copyright © 2018. All Rights Reserved.