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

ojobuilder.2.3.4.source-code.ManualBuilder-template.stg Maven / Gradle / Ivy

Go to download

The PojoBuilder Generator is a Java 6 compliant annotation processor that generates a fluent builder class for POJOs (Plain Old Java Object)

There is a newer version: 4.3.0
Show newest version
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 ; >>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy