net.anotheria.maf.annotation
Annotation Type ActionsAnnotation
@Target(value=TYPE)
@Retention(value=RUNTIME)
@SupportedSourceVersion(value=RELEASE_6)
public @interface ActionsAnnotation
The annotation to mark a MAF action class to be mapped automatically, if configuration by annotations setting is set.
This annotation allows multiply mapping at once.
- Author:
- Kirill Reviakin
maps
public abstract ActionAnnotation[] maps
- The list of the action mappings.
- Returns:
- the action mappings list.
Copyright © 2010-2013 anotheria.net. All Rights Reserved.