@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Param
This annotation is used to map @Action method parameters to their request variable names.
This annotation will only be recognized in methods annotated with either @Action or @DefaultAction
String
value
public abstract String value
Copyright © 2011-2012 MojaveMVC.org