A lot of places now have @nonnull and @nullable annotations to provide hints to static analyses tools, but this doesn't add any value in runtime conditions.
It would be nice if Simple Java Mail implemented defensive null/empty checks on all required parameters, so we can Fail Fast.
Annotations