@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public @interface FluentParametersApi
| Modifier and Type | Optional Element and Description |
|---|---|
String |
className
Specify the generated class name.
|
Class<? extends Annotation>[] |
methodAnnotation
Specify annotations, that should be added to terminal method.
|
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
public abstract Class<? extends Annotation>[] methodAnnotation
Copyright © 2019. All rights reserved.