Hacker News new | ask | show | jobs
by jerven 3221 days ago
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/