CLASS net/minecraft/class_6037 net/minecraft/util/annotation/FieldsAreNonnullByDefault2 COMMENT Specifies that all fields in the annotated package/class are nonnull COMMENT 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 FieldsAreNonnullByDefault} that they COMMENT are used on different package info files and never coexist. COMMENT COMMENT @see ClientFieldsAreNonnullByDefault COMMENT @see FieldsAreNonnullByDefault