Annotation Interface EnableWithStateMachine


@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented @Component @Configuration @Import(StateMachineAnnotationPostProcessorConfiguration.class) public @interface EnableWithStateMachine
Annotation which enables features needed for WithStateMachine.
Author:
Janne Valkealahti