Annotation Type VisibleForTesting


@Target({METHOD,TYPE}) @Retention(SOURCE) public @interface VisibleForTesting
Indicate that the visibility of a method or class is greater than needed in compile scope code, but exposed for testing purpose.
Author:
Cause Chung