com.googlecode.androidannotations.annotations
Annotation Type Background


@Retention(value=CLASS)
@Target(value=METHOD)
public @interface Background

Should be used on method that must be run in a background thread. This method must belong to an activity annotated with @Layout.



Copyright © 2010-2013. All Rights Reserved.