Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
758 stars 55 forks source link

Support validation api #42

Closed Randgalt closed 3 years ago

Randgalt commented 3 years ago

Option to pass created records through the Java Validation API if it's available in the classpath. IMPORTANT: when enabled, the record-builder-validator module must also be included. record-builder-validator is written totally via reflection so if no validation framework is included it's a NOP.