org.apache.mina.statemachine.annotation
Annotation Type IoHandlerTransitions
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface IoHandlerTransitions
Annotation used to annotate a method with several IoHandlerTransition
s.
This should be used when creating StateMachine
s for MINA's
IoHandler
interface.
- Version:
- $Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
value
public abstract IoHandlerTransition[] value
Copyright © 2004-2008 Apache MINA Project. All Rights Reserved.