com.googlecode.androidannotations.annotations.rest
Annotation Type Rest


@Retention(value=CLASS)
@Target(value=TYPE)
public @interface Rest


Required Element Summary
 Class<?>[] converters
           
 
Optional Element Summary
 String rootUrl
           
 

Element Detail

converters

public abstract Class<?>[] converters

rootUrl

public abstract String rootUrl
Default:
""


Copyright © 2010-2013. All Rights Reserved.