Package org.fest.util

Annotation Interface VisibleForTesting


public @interface VisibleForTesting
Indicates that the visibility of a type or member has been relaxed to make the code testable. Idea borrowed from Google Collections :)
Since:
1.1.1
Author:
Alex Ruiz