[jspecify] Change annotations' package from org.jspecify.annotations to org.jspecify.nullness, and DefaultNonNull to NullMarked
^KT-45409 Fixed
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
import org.jspecify.annotations.*;
|
||||
import org.jspecify.nullness.*;
|
||||
|
||||
@DefaultNonNull
|
||||
@NullMarked
|
||||
public class Defaults {
|
||||
public Foo defaultField = null;
|
||||
@Nullable public Foo field = null;
|
||||
|
||||
Reference in New Issue
Block a user