Class DefaultHistoryTransitionConfigurer<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>>, HistoryTransitionConfigurer<S,E>

public class DefaultHistoryTransitionConfigurer<S,E> extends AnnotationConfigurerAdapter<TransitionsData<S,E>,StateMachineTransitionConfigurer<S,E>,StateMachineTransitionBuilder<S,E>> implements HistoryTransitionConfigurer<S,E>
Default implementation of a HistoryTransitionConfigurer.
Author:
Janne Valkealahti