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


@Retention(value=SOURCE)
@Target(value=FIELD)
public @interface RestService

Injects a Rest service The injected element must be an interface annotated with Rest. AndroidAnnotations will take care of creating the implementation of this interface.



Copyright © 2010-2012. All Rights Reserved.