All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.mletkin.numerobis.generator.package-info Maven / Gradle / Ivy

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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy