Randgalt / record-builder

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

Questions regarding `record-builder-validator` #158

Closed ChristianCiach closed 9 months ago

ChristianCiach commented 9 months ago

Hi, thanks for building this neat tool!

I've seen the artifact record-builder-validator on maven central and have a few questions:

We currently do not depend on this artifact, but I am curious about it.

Randgalt commented 9 months ago

It's optional in case you don't want to use another validator. It's only used in tests for RecordBuilder right now. I forget, but at one point it was used in the main project but got broken out at some point.