Randgalt / record-builder

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

@RecordBuilder.Include(packages="foo") should handle Options #148

Closed stbischof closed 1 year ago

stbischof commented 1 year ago

would be great if RecordBuilder.Include provides a way to set Options.

Randgalt commented 1 year ago

It does. Just add @RecordBuilder.Options(...).

stbischof commented 1 year ago

But not when you annotate a package . Only type allowed

Randgalt commented 1 year ago

OK - so we just need to update the annotation? A PR for that would be appreciated.