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: 671827 $, $Date: 2008-06-26 10:49:48 +0200 (Do, 26 Jun 2008) $
- Author:
- The Apache MINA Project (dev@mina.apache.org)
value
public abstract IoFilterTransition[] value
Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.