You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They add @NonNull annotations, but otherwise, there's no consequence. If I have a model with a required field, I'd expect that MyModel.builder().build() would throw an exception, but as it is, it allows you to build a model with null required fields.
The text was updated successfully, but these errors were encountered:
They add
@NonNull
annotations, but otherwise, there's no consequence. If I have a model with a required field, I'd expect thatMyModel.builder().build()
would throw an exception, but as it is, it allows you to build a model with null required fields.The text was updated successfully, but these errors were encountered: