bob
bob copied to clipboard
Do not fail fast when required parameters are missing
When @Buildable(constructorPolicy = ENFORCED) is being applied and there are multiple constructor parameters not set within the build process then an MandatoryFieldMissingException is being thrown only for the first encounter of a missing param.