@Retention(value=CLASS)
@Target(value={METHOD,TYPE})
public @interface RequiresCookieInUrl
Use on Get, Post, … annotated methods to inject a cookie in
the URI.
It works exactly as RequiresCookie but cookies will be injected in
URL's placeholders instead of in headers.
Rest,
RequiresCookie,
SetsCookie| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value |
Copyright © 2010-2014. All Rights Reserved.