Randgalt / record-builder

Record builder generator for Java records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

stbischof opened this issue · comments

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

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

But not when you annotate a package . Only type allowed

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