record-builder
record-builder copied to clipboard
Add support for detected RecordBuilder components
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.