retrofit.http
Annotation Type DELETE


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface DELETE

Make a DELETE request to a REST path relative to base URL.


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


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