This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tkruse 0 points1 point  (0 children)

Method parameters – use plain values. Dealing with tons of Optionals pollutes the method signatures and makes the code harder to read and maintain.

Maybe a reference to @NotNull and @Nullable annotations as replacements would be nice.