NAME: builder - a java builder class code generator USAGE: builder [global options] command [command options] [arguments...] VERSION: 0.0.1 DESCRIPTION: generate code for a java builder class COMMANDS ...
fluent-builder-parent/ ├── fluent-builder-annotations/ # Contains @FluentBuilder and other annotations ├── fluent-builder-processor/ # Annotation processor that generates builder code └── ...