Jspecify: Rename DefaultNotNull to DefaultNonNull
This commit is contained in:
+1
-1
@@ -14,6 +14,6 @@ import java.lang.annotation.ElementType;
|
||||
@Documented
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.TYPE_USE, ElementType.PARAMETER, ElementType.CONSTRUCTOR, ElementType.PACKAGE, ElementType.TYPE})
|
||||
public @interface DefaultNotNull {
|
||||
public @interface DefaultNonNull {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user