Skip to content
This repository was archived by the owner on May 7, 2020. It is now read-only.

Java 8 CP2 cleanup

Simon Kaufmann edited this page Apr 18, 2017 · 15 revisions

Cleanups

There are some cleanups that could be done after we migrate the JVM requirements from Java 7 to Java 8 CP2.

Type annotations

We should have a look at @Nonnull and @Nullable type annotations.

There are different packages that provides that annotation. I think we could use the Checker Framework ones.

Clone this wiki locally