AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 14 forks source link

Test for missing @NotNull / @Nullable annotations #361

Open ljacqu opened 1 year ago

ljacqu commented 1 year ago

Write a unit test that scans the parameters of methods and constructors, and the return value of methods and that reports any that don't have @NotNull or @Nullable.

To do

ljacqu commented 1 year ago

Seems impossible to do currently: