Package org.bukkit
Annotation Interface UndefinedNullability
@Retention(CLASS)
@Documented
@Internal
@Deprecated(since="1.13.2")
public @interface UndefinedNullability
Deprecated.
This should generally not be used in any new API code as it
suggests a bad API design.
-
Optional Element Summary
-
Element Details
-
value
String valueDeprecated.Human readable description of the circumstances, in which the type is nullable.- Returns:
- description
- Default:
""
-