Polish @CookieValue Javadoc

This commit is contained in:
Sam Brannen 2021-06-04 15:14:42 +02:00
parent c9d341e9c0
commit ad63a534cb
1 changed files with 3 additions and 2 deletions

View File

@ -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