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
{{ message }}
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.
Suggestion from @walshmm: in practice, it seems that having the nullable property set to true by default is more desirable than our current default of false.
Having it set as false will cause the Lombok @NonNull annotation to be applied to the field's type, triggering an exception if there's any attempt to set the value to null.
The text was updated successfully, but these errors were encountered:
Suggestion from @walshmm: in practice, it seems that having the
nullable
property set totrue
by default is more desirable than our current default offalse
.Having it set as false will cause the Lombok
@NonNull
annotation to be applied to the field's type, triggering an exception if there's any attempt to set the value to null.The text was updated successfully, but these errors were encountered: