Jspecify: Rename NullnessUnknown to NullnessUnspecified

This commit is contained in:
Victor Petukhov
2020-10-08 11:46:06 +03:00
parent 2685c7efce
commit c3bada44cf
25 changed files with 48 additions and 48 deletions
@@ -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 {
}
@@ -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 {
}