JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
public final class Class {
|
||||
@org.jetbrains.annotations.Nullable
|
||||
private final java.lang.String nullableVal;
|
||||
@org.jetbrains.annotations.Nullable
|
||||
private java.lang.String nullableVar;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
private final java.lang.String notNullVal;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
private java.lang.String notNullVar;
|
||||
private final java.lang.String privateNN;
|
||||
private final java.lang.String privateN;
|
||||
@@ -69,4 +65,4 @@ public final class Class {
|
||||
public final void setNullableVarWithGetSet(@org.jetbrains.annotations.Nullable java.lang.String v) { /* compiled code */ }
|
||||
|
||||
public Class() { /* compiled code */ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user