Randgalt / record-builder

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

Optionally include all records from a list of packages #71

Closed Randgalt closed 3 years ago

Randgalt commented 3 years ago

Closes #67

cc: @nikolavojicic

Randgalt commented 3 years ago

@nikolavojicic can you test with this? Is this a reasonable implementation?

nikolavojicic commented 3 years ago

Sorry for the late response.
Yes, that is what I needed, thx!