See the guava documentation. Basically, avoid returning null values. Instead, use something like Optional from guava.
Log in to post a comment.