@Immutable 어노테이션이 추가된 비 final 필드를 보고합니다.
이는 @Immutable 어노테이션 컨트랙트에 위배됩니다.
예:
import javax.annotation.concurrent.Immutable;
@Immutable
class Foo {
String bar = "foo";
}
지원되는 @GuardedBy 어노테이션:
net.jcip.annotations.GuardedByjavax.annotation.concurrent.GuardedByorg.apache.http.annotation.GuardedBycom.android.annotations.concurrency.GuardedByandroidx.annotation.GuardedBycom.google.errorprone.annotations.concurrent.GuardedBy