#831: Add a standard of annotations for Minecraft experimental things and API
By: Doc <nachito94@msn.com> Also-by: 2008Choco <hawkeboyz2@hotmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ package org.bukkit;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import org.jetbrains.annotations.ApiStatus;
|
||||
|
||||
/**
|
||||
* Annotation for types, whose nullability is not well defined, so
|
||||
@@ -13,6 +14,7 @@ import java.lang.annotation.RetentionPolicy;
|
||||
* suggests a bad API design.
|
||||
*/
|
||||
@Retention(RetentionPolicy.CLASS)
|
||||
@ApiStatus.Internal
|
||||
@Deprecated
|
||||
public @interface UndefinedNullability {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user