Class StateMachineConfigBuilder<S,E>

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

public class StateMachineConfigBuilder<S,E> extends AbstractConfiguredAnnotationBuilder<StateMachineConfig<S,E>,StateMachineConfigBuilder<S,E>,StateMachineConfigBuilder<S,E>>
AnnotationBuilder handling all shared builders which effectively contructs full configuration for StateMachineConfig.