Randgalt / record-builder

Record builder generator for Java records
Apache License 2.0
726 stars 51 forks source link

Don't include `@Valid` on base interfaces #99

Closed Randgalt closed 2 years ago

Randgalt commented 2 years ago

The validation API doesn't accept @Valid on base interfaces. Filter them out.

Fixes #97

Randgalt commented 2 years ago

@nikolavojicic please review

nikolavojicic commented 2 years ago

Yes, that fixes Issue 97.