We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e360995 commit e83fe6cCopy full SHA for e83fe6c
README.md
@@ -399,7 +399,8 @@ See [JCIP 2.4] for more information about `@GuardedBy`.
399
400
Usage of `@GuardedBy` is especially beneficial in conjunction with [Error Prone](
401
https://errorprone.info/) tool which is able to [statically check for unguarded accesses to fields
402
-and methods with @GuardedBy annotations](https://errorprone.info/bugpattern/GuardedBy).
+and methods with @GuardedBy annotations](https://errorprone.info/bugpattern/GuardedBy). There is
403
+also an inspection 'Unguarded field access' in IntelliJ IDEA with the same effect.
404
405
<a name="document-benign-race"></a>
406
[#](#document-benign-race) Dc.8. If in a thread-safe class some **fields are accessed both from
0 commit comments