Annotation Type GuardedBy
- 
 @Documented @Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface GuardedByThe field or method that this annotation is attached to can only be accessed when holding a particular lock.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.Stringvalue
 
-