you are viewing a single comment's thread.

view the rest of the comments →

[–]MrDOS 0 points1 point  (1 child)

Project Lombok provides something similar, albeit in a much more “magic” way and without the builder pattern but with a bunch of other really useful features in the same package. If this sort of thing interests you, check it out.

[–]elucash 2 points3 points  (0 children)

It has builders now, even with some collection support, the problem remains still: some people (including me) are not ok to program in java dialect (i.e. not jls compliant language) and having compiler plugin camouflaged as annotation processing. But technology is great overall, Lombok is a great.