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.
-
Required Element Summary
-
Element Details
-
value
String valuePlain text reason for adding this annotation.
-