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

    Required Elements
    Modifier and Type Required Element Description
    String value
    Plain text reason for adding this annotation.
  • Element Details

    • value

      String value
      Plain text reason for adding this annotation.