Annotation Interface VisibleForTesting


@Deprecated(since="4.0", forRemoval=true) public @interface VisibleForTesting
Deprecated, for removal: This API element is subject to removal in a future version.
this was meant for internal use only.
Indicates that the visibility of a type or member has been relaxed to make the code testable. Idea borrowed from Google Collections :)
Author:
Alex Ruiz