Package dalvik.annotation
Annotation Type AndroidOnly
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface AndroidOnly
Marks a test-case as Android-only, that is, it should not be executed on
other systems.
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface AndroidOnly