Use 'set...' notation
jaredrummler opened this issue · 2 comments
jaredrummler commented
It would be a nice feature to use a 'set' prefix instead of 'with'. Many builder patterns I've seen on Android use 'set'. Also, it would be nice to have fields in the builder class be package-local to avoid creating synthetic accessor methods.
minidmnv commented
Adriansun commented
Would like to have this too. Good suggestion.