DataFixerUpper icon indicating copy to clipboard operation
DataFixerUpper copied to clipboard

Add a module-info & replace JSR305 annotations with JSpecify

Open josephtarbit opened this issue 9 months ago • 1 comments

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.

josephtarbit avatar Mar 05 '25 18:03 josephtarbit

I assume nearly the entire codebase can be @NullMarked in the package-info. Would follow Mojang's recent changes in Minecraft's codebase.

FxMorin avatar Nov 04 '25 18:11 FxMorin