com.google.common.annotations
Annotation Type VisibleForTesting


@GwtCompatible
public @interface VisibleForTesting

An annotation that indicates that the visibility of a type or member has been relaxed to make the code testable.

Author:
Johannes Henkel