Yet another builder generator. Primary style of this generator will be fluent wither, although other styles will be supported in the future. There is support for builder chaining.
Apache License 2.0
2
stars
2
forks
source link
Generate builder which passes itself to the constructor #31
Instead of getting a large constructor which is then called by the builder, I want it to pass itself so that I have a cleaner constructor.
for example:
would become: