Annotation Type GuardedBy
Indicates that the annotated element should be used only while holding the specified lock.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe lock that should be held, specified in the format given in the documentation for the corresponding Error Prone check.
-
Element Details
-
value
String valueThe lock that should be held, specified in the format given in the documentation for the corresponding Error Prone check.
-