org.apache.mina.statemachine.annotation
Annotation Type TransitionAnnotation


@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface TransitionAnnotation

Annotation used to mark other annotations as being transition annotations. The annotation used to group transition annotations must be given as parameter.

Author:
The Apache MINA Project (dev@mina.apache.org)

Required Element Summary
 Class<? extends Annotation> value
           
 

Element Detail

value

public abstract Class<? extends Annotation> value


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