Annotation Type VisibleForTesting
-
@Retention(CLASS) @Target({CONSTRUCTOR,FIELD,METHOD,TYPE}) @Documented public @interface VisibleForTestingSignifies that an element is visible for testing purpooses only. Usage of the element in a main source set should be considered unstable and may cause bugs in application behavior.