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
using classes in subpackages causes incorrect package usage. #47
if you have for example:
the generated builder code will use
sub.OtherClass
instead ofmy.package.sub.OtherClass
.