Package org.jheaps.annotations
Annotation Type VisibleForTesting
-
@Retention(SOURCE) @Target({METHOD,CONSTRUCTOR,FIELD,TYPE,ANNOTATION_TYPE}) public @interface VisibleForTestingMarker interface to indicate that something is visible as package-private only for testing purposes.