Do not fail fast when required parameters are missing #13
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
When
@Buildable(constructorPolicy = ENFORCED)
is being applied and there are multiple constructor parameters not set within the build process then anMandatoryFieldMissingException
is being thrown only for the first encounter of a missing param.The text was updated successfully, but these errors were encountered: