DataFixerUpper
DataFixerUpper copied to clipboard
Add a module-info & replace JSR305 annotations with JSpecify
Hi,
Just a small PR to add a module-info for those of us using modules and depending on DFU. Due to JSR305 not having a module-info I've also replaced its usage with JSpecify.
I assume nearly the entire codebase can be @NullMarked in the package-info.
Would follow Mojang's recent changes in Minecraft's codebase.