Android APIs
public abstract @interface

VisibleForTesting

implements Annotation
android.support.annotation.VisibleForTesting

Class Overview

Denotes that the class, method or field has its visibility relaxed, so that it is more widely visible than otherwise necessary to make code testable.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation