org.apache.mina.statemachine.annotation
Annotation Type IoFilterTransitions
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface IoFilterTransitions
Annotation used to annotate a method with several IoFilterTransition
s.
This should be used when creating StateMachine
s for MINA's
IoFilter
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 IoFilterTransition[] value
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.