A set of Java utilities that we could not find in Guava or Apache Commons...or we just felt like having our own version.
12
stars
1
forks
source link
Add Nullable annotation to methods in KiwiJdbc that can return null #1178
Closed
sleberknight closed 3 months ago
Add the Checker
@Nullable
annotation to all methods inKiwiJdbc
that may returnnull
to provide more information for code analyzers.