public abstract @interface

CookieValue

implements Annotation
org.springframework.web.bind.annotation.CookieValue

Class Overview

Annotation which indicates that a method parameter should be bound to an HTTP cookie. Supported for annotated handler methods in Servlet and Portlet environments.

The method parameter may be declared as type javax.servlet.http.Cookie or as cookie value type (String, int, etc).

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation