io.github.mletkin.numerobis.generator.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of builder-generator-maven-plugin Show documentation
Show all versions of builder-generator-maven-plugin Show documentation
Maven plugin that generates builder classes for existing classes
The newest version!
/**
* Builder generating classes.
*
* The {@code Facade} class contains factory methods for the generation of
* different kinds of builder classes. It configures the
*
* {@code BuilderGenerator} class to produce builder classes for given product
* classes.
*
* The {@code Sorter} class separates the generation process from the ordering
* of the class members according to the java coding guide lines from sun.
*
* The {@code Facade} classes also provides methods to decide if a product
* candidate class actualy needs a builder class.
*
* The java classes used in the package interface are {@code CompilationUnit}
* objects generated with the {@code JavaParser} package.
*/
package io.github.mletkin.numerobis.generator;