mjedynak / builder-generator-idea-plugin

MIT License
151 stars 75 forks source link

Feature request: option to use IntelliJ setter generators for builder #58

Open Two4 opened 3 years ago

Two4 commented 3 years ago

I have a custom template for my IntelliJ setter generator that produces a JavaDoc'd builder-pattern setter for any given field - obviously, though, I have to have those fields first, which this plugin does quite nicely. Could you allow me to defer setter generation to IntelliJ?