Package org.springframework.statemachine.annotation
package org.springframework.statemachine.annotation
-
ClassDescriptionAnnotation which indicates that a method parameter should be bound to a event header.Annotation which indicates that a method parameter should be bound to the event headers of a message.Indicates that a method is candidate to be called when event is not accepted by a state machine.Indicates that a method is candidate to be called when
ExtendedState
is changed.Indicates that a method is candidate to be called whenState
is changed.Indicates that a method is candidate to be called whenState
is entered.Indicates that a method is candidate to be called whenState
is exited.Indicates that a method is candidate to be called when state machine has been entered in error it cannot recover.Indicates that a method is a candidate to be called when state machine is started.Indicates that a method is a candidate to be called when state machine is stopped.Indicates that a method is a candidate to be called with aTransition
.Indicates that a method is candidate to be called with aTransition
.Indicates that a method is candidate to be called with aTransition
.Annotation which is marking a bean to be a candidate for participating with a state machine events.