Package org.dataloader.annotations
Annotation Type GuardedBy
-
@Target({FIELD,METHOD}) @Retention(CLASS) public @interface GuardedByIndicates that the annotated element should be used only while holding the specified lock.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-