net.anotheria.maf.annotation
Annotation Type CommandForwardAnnotation


@Target(value=TYPE)
@Retention(value=RUNTIME)
@SupportedSourceVersion(value=RELEASE_6)
public @interface CommandForwardAnnotation

The annotation which describes the action forward. This annotation should not be used out of ActionAnnotation context.

Author:
Kirill Reviakin

Required Element Summary
 String name
          The name of the command.
 String path
          The path of the forward.
 

Element Detail

name

public abstract String name
The name of the command.

Returns:
the name.

path

public abstract String path
The path of the forward.

Returns:
the path.


Copyright © 2010-2013 anotheria.net. All Rights Reserved.