Randgalt / record-builder

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

Support record component initializers #163

Closed Randgalt closed 8 months ago

Randgalt commented 8 months ago

New component annotation that specifies the name of either a public static final field or a public static method that will be used to initialize each record component in the generated builder so as to support default values.

Closes #110

Randgalt commented 8 months ago

@mads-b @pragmasoft-ua @agentgt any comments before I merge?

agentgt commented 8 months ago

LGTM. You addressed my concerns of external defaults nicely.