Class DefaultLocalTransitionConfigurer<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Implemented Interfaces:
AnnotationConfigurer<TransitionsData<S,E>,StateMachineTransitionBuilder<S,E>>, AnnotationConfigurerBuilder<StateMachineTransitionConfigurer<S,E>>, LocalTransitionConfigurer<S,E>, TransitionConfigurer<LocalTransitionConfigurer<S,E>,S,E>

public class DefaultLocalTransitionConfigurer<S,E> extends AbstractTransitionConfigurer<S,E> implements LocalTransitionConfigurer<S,E>
Default implementation of a LocalTransitionConfigurer.
Author:
Janne Valkealahti