Annotation Interface VisibleForTesting


public @interface VisibleForTesting
This annotation doesn't actually do anything, other than provide documentation of the fact that a function has either been marked public, or package private in order for a test (somewhere physically distant in the system) to compile.