Randgalt / record-builder

Record builder generator for Java records

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecordInterface does not support RecordBuilder.Options

Randgalt opened this issue · comments

Discussed in #63

Originally posted by marcusti August 26, 2021
Hey, thanks for creating this project! Looks like a fine replacement for Immutables.

I was wondering, is there a way to configure the RecordBuilder when using RecordInterface? I would like to pass options like useImmutableCollections = true.