[jspecify] Change annotations' package from org.jspecify.annotations to org.jspecify.nullness, and DefaultNonNull to NullMarked

^KT-45409 Fixed
This commit is contained in:
Victor Petukhov
2021-03-10 22:02:08 +03:00
parent 2ae7740c46
commit b45d5abeb1
36 changed files with 139 additions and 139 deletions
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jspecify.annotations;
package org.jspecify.nullness;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
@@ -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 DefaultNonNull {
public @interface NullMarked {
}
@@ -1,4 +1,4 @@
package org.jspecify.annotations;
package org.jspecify.nullness;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
@@ -3,7 +3,7 @@
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jspecify.annotations;
package org.jspecify.nullness;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;