Open RZpowelldev opened 9 years ago
Would the @Nullable annotation serve the purpose of noting that a parameter may be null?
@RZpowelldev not a bad idea, but I'd rather keep things simple and specify that a param be @NotNull to expect not null params. Otherwise a null param is considered valid.
@NotNull
Would the @Nullable annotation serve the purpose of noting that a parameter may be null?