com.googlecode.androidannotations.annotations
Annotation Type Background


@Retention(value=SOURCE)
@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-2012. All Rights Reserved.