Annotation Type Parameter
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface Parameter
Annotates a parameter of the view handler. A query value of the URL's search part is passed to this parameter. If the parameter type is not a String, the value is converted to the parameter type.- Author:
- Richard "Shred" Körber