Package org.robolectric.annotation
Annotation Type HiddenApi
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface HiddenApiIndicates that the annotated method is hidden in the public Android API.
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public @interface HiddenApi