JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
graphql
VisibleForTesting
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface VisibleForTesting
@Retention
(
RUNTIME
)
@Target
({
CONSTRUCTOR
,
METHOD
,
FIELD
,
TYPE
})
public @interface
VisibleForTesting
Marks fields, methods, types etc as more visible than actually needed for testing purposes.