JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.jheaps.annotations
VisibleForTesting
Contents
Description
Hide sidebar
Show sidebar
Annotation Type VisibleForTesting
@Retention
(
SOURCE
)
@Target
({
METHOD
,
CONSTRUCTOR
,
FIELD
,
TYPE
,
ANNOTATION_TYPE
})
public @interface
VisibleForTesting
Marker interface to indicate that something is visible as package-private only for testing purposes.