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.

Version:
$Rev: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (jeu, 26 jun 2008) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Required Element Summary
 IoHandlerTransition[] value
           
 

Element Detail

value

public abstract IoHandlerTransition[] value


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