Annotation Interface VisibleForTesting


@Retention(CLASS) @Target({TYPE,METHOD,FIELD,CONSTRUCTOR}) public @interface VisibleForTesting
This annotation should be placed on elements that exists, or is more widely visible than otherwise necessary, only for use in test code.