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
java lang type with annotation results in uncompilable code #56
given the following situation:
the following is generated:
the method argument instead should have stripped
java.lang.
from thejava.lang.String
bit, instead of removing the first 10 characters.