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 IoHandlerTransitions. This should be used when creating StateMachines for MINA's IoHandler interface.

Author:
Apache MINA Project

Required Element Summary
 IoHandlerTransition[] value
           
 

Element Detail

value

public abstract IoHandlerTransition[] value


Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.