Jspecify: Rename codeanalysis annotations to jspecify ones
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
@org.jspecify.annotations.DefaultNotNull
|
||||
public class A {
|
||||
public void foo(String x) {}
|
||||
|
||||
@org.jspecify.annotations.Nullable
|
||||
public String bar() { return null; }
|
||||
}
|
||||
Reference in New Issue
Block a user