kiwiproject / kiwi

A set of Java utilities that we could not find in Guava or Apache Commons...or we just felt like having our own version.
MIT License
12 stars 1 forks source link

Add Nullable annotation to methods in KiwiJdbc that can return null #1178

Closed sleberknight closed 3 months ago

sleberknight commented 3 months ago

Add the Checker @Nullable annotation to all methods in KiwiJdbc that may return null to provide more information for code analyzers.