From 048a664a1d45b9b89534a133e9418cd3d3bd3921 Mon Sep 17 00:00:00 2001 From: Error Prone Team Date: Tue, 25 Jan 2022 04:09:31 -0800 Subject: [PATCH] Document missing `itself` lock expression. PiperOrigin-RevId: 424045220 --- docs/bugpattern/GuardedBy.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/bugpattern/GuardedBy.md b/docs/bugpattern/GuardedBy.md index 23bdec912dd..34a1cfb0fa2 100644 --- a/docs/bugpattern/GuardedBy.md +++ b/docs/bugpattern/GuardedBy.md @@ -100,6 +100,11 @@ ClassName.methodName() The static method specified by methodName(). Methods called to return locks should be deterministic. + +itself + +The annotated field. + ### Annotations