Interface StateMachineConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Superinterfaces:
AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>
All Known Implementing Classes:
AbstractStateMachineConfigurerAdapter, EnumStateMachineConfigurerAdapter, StateMachineConfigurerAdapter

public interface StateMachineConfigurer<S,E> extends AnnotationConfigurer<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>>
AnnotationConfigurer exposing configurers for states and transitions.