Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Set @DataField's nullable to true by default #492

Open
dbluhm opened this issue Nov 12, 2020 · 0 comments
Open

Set @DataField's nullable to true by default #492

dbluhm opened this issue Nov 12, 2020 · 0 comments

Comments

@dbluhm
Copy link

dbluhm commented Nov 12, 2020

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.

@dbluhm dbluhm changed the title Set @DataField's nullable to true by default Set @DataField's nullable to true by default Nov 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant