1 comment

[ 1.6 ms ] story [ 7.6 ms ] thread
Also try to use the @NonNull and @Nullable annotations together with the checker framwork[1] to extend the java typesystem to avoid not dealing with nulls.

[1] https://checkerframework.org/