As a developer, I want to add nullability notations so that I can ensure that users of methods understand of what returns and parameters can/can't be null.
[ ] @Nullable and @NonNull are added to returns for methods where applicable
[ ] @Nullable and @NonNull are added to parameters for methods where applicable
As a developer, I want to add nullability notations so that I can ensure that users of methods understand of what returns and parameters can/can't be null.
@Nullable
and@NonNull
are added to returns for methods where applicable@Nullable
and@NonNull
are added to parameters for methods where applicable