Browse Source

Polish @CookieValue Javadoc

pull/27024/head
Sam Brannen 5 years ago
parent
commit
ad63a534cb
  1. 5
      spring-web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java

5
spring-web/src/main/java/org/springframework/web/bind/annotation/CookieValue.java

@ -31,8 +31,9 @@ import org.springframework.core.annotation.AliasFor; @@ -31,8 +31,9 @@ import org.springframework.core.annotation.AliasFor;
* or as cookie value type (String, int, etc.).
*
* <p>Note that with spring-webmvc 5.3.x and earlier, the cookie value is URL
* decoded. This will be changed in 6.0 but in the mean, applications can also
* declare {@link javax.servlet.http.Cookie} to access the raw value.
* decoded. This will be changed in 6.0 but in the meantime, applications can
* also declare parameters of type {@link javax.servlet.http.Cookie} to access
* the raw value.
*
* @author Juergen Hoeller
* @author Sam Brannen

Loading…
Cancel
Save