@Immutable annotation.
This violates the contract of the @Immutable annotation.
Example:
import javax.annotation.concurrent.Immutable;
@Immutable
class Foo {
String bar = "foo";
}
Supported @GuardedBy annotations are:
net.jcip.annotations.GuardedByjavax.annotation.concurrent.GuardedByorg.apache.http.annotation.GuardedBycom.android.annotations.concurrency.GuardedByandroidx.annotation.GuardedBycom.google.errorprone.annotations.concurrent.GuardedBy