bob icon indicating copy to clipboard operation
bob copied to clipboard

Do not fail fast when required parameters are missing

Open jonas-grgt opened this issue 2 years ago • 0 comments

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.

jonas-grgt avatar Apr 17 '24 10:04 jonas-grgt