JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.sonar.java.annotations
VisibleForTesting
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface VisibleForTesting
@Retention
(
CLASS
)
@Target
({
TYPE
,
METHOD
,
FIELD
,
CONSTRUCTOR
})
public @interface
VisibleForTesting
This annotation should be placed on elements that exists, or is more widely visible than otherwise necessary, only for use in test code.