JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.sonar.java.annotations
Annotation Type 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.