JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.dataloader.annotations
GuardedBy
Contents
Description
Required Element Summary
Element Details
value
Hide sidebar
Show sidebar
Annotation Type GuardedBy
@Target
({
FIELD
,
METHOD
})
@Retention
(
CLASS
)
public @interface
GuardedBy
Indicates that the annotated element should be used only while holding the specified lock.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The lock that should be held.
Element Details
value
String
value
The lock that should be held.