[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,7 +1,7 @@
|
||||
@org.jspecify.annotations.DefaultNonNull
|
||||
@org.jspecify.nullness.NullMarked
|
||||
public class A {
|
||||
public void foo(String x) {}
|
||||
|
||||
@org.jspecify.annotations.Nullable
|
||||
@org.jspecify.nullness.Nullable
|
||||
public String bar() { return null; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user