Annotation Interface Parameter
Annotates a method parameter for request parameter binding. Should be used in
Controller
s and Filter
s.
Matched type can be an array, in order to accept parameters with the same name.
If the request body type is multipart/**
, the parameter type can be File
,
which matches an uploaded file.
- Author:
- Matthew Tropiano
- See Also:
-
Required Element Summary
-
Element Details
-
value
String value- Returns:
- the name of the request parameter.
-