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:
Apache MINA Project

Required Element Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> value
           
 

Element Detail

value

public abstract java.lang.Class<? extends java.lang.annotation.Annotation> value


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