Jspecify: Rename NullnessUnknown to NullnessUnspecified
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 DefaultNullnessUnknown {
|
||||
public @interface DefaultNullnessUnspecified {
|
||||
|
||||
}
|
||||
+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})
|
||||
public @interface NullnessUnknown {
|
||||
public @interface NullnessUnspecified {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user