Raizlabs-Android-Style
Raizlabs-Android-Style copied to clipboard
May be null javadoc
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.