ojobuilder.2.3.4.source-code.ManualBuilder-template.stg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pojobuilder Show documentation
Show all versions of pojobuilder Show documentation
The PojoBuilder Generator is a Java 6 compliant annotation processor that generates a fluent builder class for POJOs (Plain Old Java Object)
delimiters "<", ">"
builderClass(model) ::= <<
package ;
/**
* The {@link } is a Builder for {@link } objects.
*
* \
* This class has been generated.
* If you ADD HANDWRITTEN CODE
* please MOVE THIS FILE out of the generated-sources folder
* to prevent it from being overwritten!
* \
*
*/
@Generated("PojoBuilder")
public class extends implements Cloneable {
/**
* Creates a new {@link }.
*/
public () {
}
}
>>
importStatement(importName) ::= <<
import ;
>>