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: 592122 $, $Date: 2007-11-05 20:10:32 +0100 (Mon, 05 Nov 2007) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
value
public abstract IoHandlerTransition[] value
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.