|
|
|
|
@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
|
|
|
|
|
/* |
|
|
|
|
* Copyright 2002-2016 the original author or authors. |
|
|
|
|
* Copyright 2002-2018 the original author or authors. |
|
|
|
|
* |
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
|
|
|
* you may not use this file except in compliance with the License. |
|
|
|
|
@ -29,8 +29,7 @@ import org.springframework.core.annotation.AliasFor;
@@ -29,8 +29,7 @@ import org.springframework.core.annotation.AliasFor;
|
|
|
|
|
* variable. Supported for {@link RequestMapping} annotated handler methods in Servlet |
|
|
|
|
* environments. |
|
|
|
|
* |
|
|
|
|
* <p>If the method parameter is {@link java.util.Map Map<String, String>} or |
|
|
|
|
* {@link org.springframework.util.MultiValueMap MultiValueMap<String, String>} |
|
|
|
|
* <p>If the method parameter is {@link java.util.Map Map<String, String>} |
|
|
|
|
* then the map is populated with all path variable names and values. |
|
|
|
|
* |
|
|
|
|
* @author Arjen Poutsma |
|
|
|
|
@ -38,7 +37,6 @@ import org.springframework.core.annotation.AliasFor;
@@ -38,7 +37,6 @@ import org.springframework.core.annotation.AliasFor;
|
|
|
|
|
* @since 3.0 |
|
|
|
|
* @see RequestMapping |
|
|
|
|
* @see org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter |
|
|
|
|
* @see org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter |
|
|
|
|
*/ |
|
|
|
|
@Target(ElementType.PARAMETER) |
|
|
|
|
@Retention(RetentionPolicy.RUNTIME) |
|
|
|
|
|