Package org.dataloader.annotations
Annotation Type GuardedBy
Indicates that the annotated element should be used only while holding the specified lock.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe lock that should be held.
-