|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=SOURCE)
@Target(value={TYPE,METHOD})
public @interface GeneratePojoBuilderUse this annotation for generating a fluent pojo builder.
| Optional Element Summary | |
|---|---|
String |
intoPackage
Specifies the package of the generated builder. |
Class<?> |
withBaseclass
Specifies the base class of the generated builder. |
boolean |
withCopyMethod
Specifies whether a copy method should be generated. |
boolean |
withGenerationGap
Specifies whether the generation gap pattern is used. |
String |
withName
Specifies the name of the generated builder. |
public abstract Class<?> withBaseclass
public abstract String withName
public abstract String intoPackage
public abstract boolean withGenerationGap
public abstract boolean withCopyMethod
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||