Paul2708 / simple-commands

An (even more) simplified and intuitive command framework for Spigot.
MIT License
14 stars 2 forks source link

@NonNull and @Nullable #74

Open Paul2708 opened 3 years ago

Paul2708 commented 3 years ago

Add @NonNull and @Nullable to framework interfaces. By default, every parameter and return type should be @NonNull.