Class DefaultStateConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
AnnotationConfigurer<StatesData<S,E>,StateMachineStateBuilder<S,E>>, AnnotationConfigurerBuilder<StateMachineStateConfigurer<S,E>>, StateConfigurer<S,E>

public class DefaultStateConfigurer<S,E> extends AnnotationConfigurerAdapter<StatesData<S,E>,StateMachineStateConfigurer<S,E>,StateMachineStateBuilder<S,E>> implements StateConfigurer<S,E>
Default implementation of a StateConfigurer.
Author:
Janne Valkealahti