Package com.illumon.util.annotations
Annotation Type VisibleForTesting
@Target({METHOD,CONSTRUCTOR,TYPE,FIELD}) @Inherited @Documented public @interface VisibleForTesting
Indicates that a method or member is visible for testing purposes only.
@Target({METHOD,CONSTRUCTOR,TYPE,FIELD}) @Inherited @Documented public @interface VisibleForTesting