Polish Javadoc for PathVariableMapMethodArgumentResolver
This commit is contained in:
@@ -32,9 +32,10 @@ import org.springframework.web.method.support.ModelAndViewContainer;
|
||||
import org.springframework.web.servlet.HandlerMapping;
|
||||
|
||||
/**
|
||||
* Resolves {@link Map} method arguments annotated with an @{@link PathVariable}
|
||||
* where the annotation does not specify a path variable name. The created
|
||||
* {@link Map} contains all URI template name/value pairs.
|
||||
* Resolves {@link Map} method arguments annotated with
|
||||
* {@link PathVariable @PathVariable} where the annotation does not specify a
|
||||
* path variable name. The resulting {@link Map} argument is a copy of all URI
|
||||
* template name-value pairs.
|
||||
*
|
||||
* @author Rossen Stoyanchev
|
||||
* @since 3.2
|
||||
|
||||
Reference in New Issue
Block a user