@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER,TYPE}) public @interface GenerateFullBuilder
| Modifier and Type | Optional Element and Description |
|---|---|
String |
className
Specify the generated class name.
|
String |
methodName
Specify name of the terminal method (method which really does perform the call to the factory method).
|
String |
packageName
Specify package name, where to create the generated class.
|
public abstract String packageName
public abstract String className
public abstract String methodName
Copyright © 2018. All rights reserved.