Most visited

Recently visited

VisibleForTesting

public abstract @interface VisibleForTesting
implements Annotation

android.support.annotation.VisibleForTesting


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

Inherited methods

From interface java.lang.annotation.Annotation

Hooray!