@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Component public @interface Transition
Transitions
annotation. If you
want to change State without invoking a method, include the Transition within the StatefulController.noops()
fieldpublic static final String ANY_STATE
public abstract String event
public abstract String from
public abstract String to
Copyright © 2016. All rights reserved.