Package io.avaje.http.api
Annotation Type FormParam
@Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface FormParam
Marks a method parameter to be a form parameter.
-
Optional Element Summary
-
Element Details
-
value
The name of the form parameter.If left blank the method parameter name is used.
- Default:
- ""
-