blob: db32641b522e8f8511da4fd88f88246663157c49 [file] [log] [blame]
<html>
<body>
This inspection reports any @net.jcip.annotations.GuardedBy annotations where the guarding field
is not final. Gaurding on a non-final field may result in unexpected race conditions, as locks will
be held on the value of the field (which may change), rather than the field itself.
<br><small>New in 9</small>
</body>
</html>