retrofit.http
Annotation Type RestMethod


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface RestMethod


Required Element Summary
 String value
           
 
Optional Element Summary
 boolean hasBody
           
 

Element Detail

value

public abstract String value

hasBody

public abstract boolean hasBody
Default:
false


Copyright © 2013 Square, Inc.. All Rights Reserved.