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

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

@dbluhm

Description

@dbluhm

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions