Class DefaultInternalTransitionConfigurer<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>>, InternalTransitionConfigurer<S,E>, TransitionConfigurer<InternalTransitionConfigurer<S,E>,S,E>

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