1 comment

[ 0.74 ms ] story [ 11.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/