Package net.minecraft.util.annotation

  • Annotation Types Summary
    Annotation Type Description
    FieldsAreNonnullByDefault
    Specifies that all fields in the annotated package/class are nonnull unless nullability is specified with a separate annotation.
    MethodsReturnNonnullByDefault
    Specifies that all methods in the annotated package/class return nonnull values unless nullability is specified with a separate annotation.