Skip to content

First release

Compare
Choose a tag to compare
@makasprzak makasprzak released this 25 Mar 22:13
· 6 commits to master since this release

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.