uglycustard / buildergenerator

A tool to auto generate builders following the Builder pattern for an object graph of JavaBeans.
Apache License 2.0
5 stars 2 forks source link

Builder reuse #18

Open uglycustard opened 9 years ago

uglycustard commented 9 years ago

Toggle whether calls to build create new instances. Multiple instance mode would be useful if wanting to only change a single value and then building again.