public @interface HasBuilder
Modifier and Type | Required Element and Description |
---|---|
FactoryMethod[] |
factoryMethods |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
gettersForBuilder
If set to true, the generated builder will also provide getter methods.
|
String |
implPrefix
The prefix used to derived the name of the implemetation class of the annotated type.
|
public abstract FactoryMethod[] factoryMethods
public abstract boolean gettersForBuilder
public abstract String implPrefix