Annotation Type IoHandlerTransitions
-
@Retention(RUNTIME) @Target(METHOD) public @interface IoHandlerTransitionsAnnotation used to annotate a method with severalIoHandlerTransitions. This should be used when creatingStateMachines for MINA'sIoHandlerinterface.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description IoHandlerTransition[]value
-
-
-
Element Detail
-
value
IoHandlerTransition[] value
- Returns:
- The list of
IoHandlerTransitions
-
-