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.

Version:
$Rev: 592475 $, $Date: 2007-11-06 17:03:42 +0100 (mar, 06 nov 2007) $
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-2008 Apache MINA Project. All Rights Reserved.