Annotation Type PathPart
-
@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface PathPart
Annotates a view handler method parameter. The value of a pattern placeholder 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