Package com.helger.commons.annotation
Annotation Type VisibleForTesting
-
@Retention(SOURCE) @Documented public @interface VisibleForTesting
Indicates that a method has only increased visibility for testing purposes. This usually means that this API is not-public.- Author:
- Philip Helger
-
-
Element Detail
-
value
String value
- Default:
- ""
-
-