Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 456 Bytes

README.MD

File metadata and controls

5 lines (5 loc) · 456 Bytes

Builder Generator Idea plugin Java CI with Gradle

Plugin for IntelliJ IDEA that adds ability to generate builder for a class and switch between them. Switching between builder and source class is similar to 'Go To Test' action. Generated builder class does not use reflection, only setter methods or constructor.