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

Implement generation gap capability #13

Closed uglycustard closed 9 years ago

uglycustard commented 10 years ago

Ability to configure whether BG generates a sub class for a given builder (or set of builders) to allow for custom code to be added to the sub class.

Things to consider:

Factory method needs to be in sub class Should not overwrite sub class if found Generated methods need to return custom type