Fixed
Status Update
Comments
il...@google.com <il...@google.com>
da...@google.com <da...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
No update yet.
Description
Version used: 1.0.0-alpha03
The Args classes should have full nullability annotations. It looks like it is missing:
- NonNull annotation on the return value of fromBundle()
- NonNull annotation on the return value of toBundle()
- NonNull annotation on the return value on all of the Builder setter methods (which return this)
- NonNull annotation on the return value of the Builder's build() method