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
Pick Builder constructor over no-args constructor #40
Given the situation:
It is preferred to use the constructor with the builder in it, instead of the no args constructor.