Skip to content

Releases: makasprzak/step-builder-generator

JDK 6 Support

27 Mar 10:49
Compare
Choose a tag to compare

Downgraded do JDK 6, which is recommended for IntelliJ plugins.

First release

25 Mar 22:13
Compare
Choose a tag to compare

Supports constructor and setter injection. Given a java bean with an explicit constructor (with arguments) will use that constructor (chooses a biggest constructor), otherwise will use setters. When using setters, user can choose what setters to include in the generated builder. When no setters are selected still generates a builder that has just the build() method.