Annotation Interface VisibleForTestingOnly


@Documented @Retention(SOURCE) @Target({CONSTRUCTOR,FIELD,METHOD,TYPE}) public @interface VisibleForTestingOnly
Mark an annotated element as only having increased visibility to facilitate testing.

Any usage of the annotated element must be considered carefully.

Since:
5.1.3
Author:
Ashley Scopes