shapesecurity / shape-functional-java

add some FP familiarity to a Java project
Apache License 2.0
8 stars 7 forks source link

add CheckReturnValue annotation #29

Closed bakkot closed 7 years ago

bakkot commented 7 years ago

from javax. This allows the compiler to warn when e.g. calling ImmutableList.cons in statement position, which is almost certainly a mistake.

If we're moving to javax annotations, also switch NotNull to Nonnull.

bakkot commented 7 years ago

Fixed by #32.