yarn/mappings/net/minecraft/util/annotation/MethodsReturnNonnullByDefau...

7 lines
411 B
Plaintext

CLASS net/minecraft/class_6328 net/minecraft/util/annotation/MethodsReturnNonnullByDefault
COMMENT Specifies that all methods in the annotated package/class return nonnull
COMMENT values unless nullability is specified with a separate annotation.
COMMENT
COMMENT <p>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.