Raizlabs-Android-Style icon indicating copy to clipboard operation
Raizlabs-Android-Style copied to clipboard

May be null javadoc

Open RZpowelldev opened this issue 9 years ago • 1 comments

Would the @Nullable annotation serve the purpose of noting that a parameter may be null?

RZpowelldev avatar May 04 '15 19:05 RZpowelldev

@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.

agrosner avatar May 05 '15 15:05 agrosner