Annotation Type Hierarchy
- org.springframework.statemachine.annotation.EventHeader (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.EventHeaders (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.ExtendedStateVariable (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnEventNotAccepted (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnExtendedStateChanged (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnStateChanged (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnStateEntry (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnStateExit (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnStateMachineError (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnStateMachineStart (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnStateMachineStop (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnTransition (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnTransitionEnd (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.OnTransitionStart (implements java.lang.annotation.Annotation)
- org.springframework.statemachine.annotation.WithStateMachine (implements java.lang.annotation.Annotation)