CLASS net/minecraft/class_6216 net/minecraft/util/annotation/MathMethodsReturnNonnullByDefault COMMENT Specifies that all methods in the annotated package/class return nonnull COMMENT values unless nullability is specified with a separate annotation. COMMENT COMMENT

While this annotation is meant to be a package/class annotation, it can COMMENT be applied to anything as it does not restrict its targets. COMMENT COMMENT

This is pretty much identical to {@link MethodsReturnNonnullByDefault}, but COMMENT this is only used by the package info for a few math classes. COMMENT COMMENT @see MethodsReturnNonnullByDefault