Package org.apache.mina.statemachine.annotation
package org.apache.mina.statemachine.annotation
-
Annotation TypesClassDescriptionAnnotation used on methods to indicate that the method handles a specific kind of
IoFilterEventsevent when in a specific state.Annotation used to annotate a method with severalIoFilterTransitions.Annotation used on methods to indicate that the method handles a specific kind ofIoHandlerEventsevent when in a specific state.Annotation used to annotate a method with severalIoHandlerTransitions.Annotation used on methods to indicate that the method will be executed before entering a certain stateAnnotation used on methods to indicate that the method will be executed before existing from a certain stateAnnotation used to define the states in a state machine.Annotation used on methods to indicate that the method handles a specific kind of event when in a specific state.Annotation used to mark other annotations as being transition annotations.Annotation used to annotate a method with severalTransitions.