bowbahdoe / magic-bean

A very basic library which will generate getters and setters.
Other
84 stars 10 forks source link

Builders #17

Closed bowbahdoe closed 2 years ago

bowbahdoe commented 2 years ago

Open question: Is it worth it to add builder generation? I don't want to put any significant validation or customization there, but for some of the potential audience of "people otherwise using lombok" it can be helpful.

It could also be another library that reads off the same annotation defined here.

(To be clear, the effort for any version of the feature is not the blocker)

bowbahdoe commented 2 years ago

There is no one clamoring for it so closing.