Class StateMachineStateBuilder<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
StateMachineStateConfigurer<S,E>, AnnotationBuilder<StatesData<S,E>>

public class StateMachineStateBuilder<S,E> extends AbstractConfiguredAnnotationBuilder<StatesData<S,E>,StateMachineStateConfigurer<S,E>,StateMachineStateBuilder<S,E>> implements StateMachineStateConfigurer<S,E>