org.androidannotations.annotations.rest
Annotation Type RequiresCookieInUrl


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

See Also:
Rest, RequiresCookie, SetsCookie

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2010-2014. All Rights Reserved.