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