Closes gh-1097
This commit is contained in:
Stephane Nicoll
2016-07-01 14:26:48 +02:00
parent d7184d1ad8
commit 037746da44
6 changed files with 12 additions and 12 deletions

View File

@@ -51,8 +51,8 @@ import org.springframework.web.util.WebUtils;
* abstraction, and arguments of type {@code javax.servlet.http.Part} in conjunction
* with Servlet 3.0 multipart requests. This resolver can also be created in default
* resolution mode in which simple types (int, long, etc.) not annotated with
* @{@link RequestParam} are also treated as request parameters with the
* parameter name derived from the argument name.
* {@link RequestParam @RequestParam} are also treated as request parameters with
* the parameter name derived from the argument name.
*
* <p>If the method parameter type is {@link Map}, the name specified in the
* annotation is used to resolve the request parameter String value. The value is