record-builder icon indicating copy to clipboard operation
record-builder copied to clipboard

Add support for detected RecordBuilder components

Open Randgalt opened this issue 2 months ago • 0 comments

If a record component is, itself, annotated with @RecordBuilder or a template, adds a setter that takes a Consumer which accepts a builder for that component so that you can easily build/with nested records that have a builder.

See TestNestedBuilders.java for an example.

Randgalt avatar Oct 19 '25 16:10 Randgalt