copper-leaf / copper-leaf/common
Add a ValidationResult that can be injected into the class
Open
- Dominant language
- Java
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
This would allow us to run the validator after extracting options and store the result of that validation with the class. The validation result can then be queried at any time afterward. This is optional, and is enabled by adding an `@OptionsValidationResult` annotation to a field of type `ValidationResult`, which will be created as part of this change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.