Class DefaultModelConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
AnnotationConfigurer<ModelData<S,E>,StateMachineModelBuilder<S,E>>, AnnotationConfigurerBuilder<StateMachineModelConfigurer<S,E>>, ModelConfigurer<S,E>

public class DefaultModelConfigurer<S,E> extends AnnotationConfigurerAdapter<ModelData<S,E>,StateMachineModelConfigurer<S,E>,StateMachineModelBuilder<S,E>> implements ModelConfigurer<S,E>
Default implementation of a ModelConfigurer.
Author:
Janne Valkealahti