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-alph03
The NavDirections class should full specify nullability annotations. It looks like it is missing:
- NonNull annotation on the return value for all of the public static action methods
- NonNull annotation on the return value on all of the Builder setter methods (which return this)
- NonNull annotation on the getArguments method