SpongePowered / Sponge

The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
MIT License
383 stars 211 forks source link

Replace Preconditions.checkNotNull with Objects.requireNonNull #3948

Closed ImMorpheus closed 6 months ago

ImMorpheus commented 6 months ago

get rid of guava notnull preconditions and use new Java standard API