Now that we have easier to use options for RecordBuilder, add an option that recognizes annotations that are named "notnull", "nonull", etc. and validate that null is not used in the builder. Make this support opt-in - i.e. the option should be false by default.
Now that we have easier to use options for RecordBuilder, add an option that recognizes annotations that are named "notnull", "nonull", etc. and validate that null is not used in the builder. Make this support opt-in - i.e. the option should be
false
by default.See discussion here: https://github.com/Randgalt/record-builder/discussions/32