JVM: no nullability annotations on private and synthetic fields
This commit is contained in:
Vendored
+1
-3
@@ -1,7 +1,5 @@
|
||||
public final class ClassWithConstructorAndProperties {
|
||||
@org.jetbrains.annotations.Nullable
|
||||
private final java.lang.String nullable;
|
||||
@org.jetbrains.annotations.NotNull
|
||||
private final java.lang.String notNull;
|
||||
|
||||
@org.jetbrains.annotations.Nullable
|
||||
@@ -11,4 +9,4 @@ public final class ClassWithConstructorAndProperties {
|
||||
public final java.lang.String getNotNull() { /* compiled code */ }
|
||||
|
||||
public ClassWithConstructorAndProperties(@org.jetbrains.annotations.Nullable java.lang.String nullable, @org.jetbrains.annotations.NotNull java.lang.String notNull) { /* compiled code */ }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user