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: 592122 $, $Date: 2007-11-05 20:10:32 +0100 (Mon, 05 Nov 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)

Required Element Summary
 IoHandlerTransition[] value
           
 

Element Detail

value

public abstract IoHandlerTransition[] value


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