@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR}) public @interface GenerateSender
| 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).
|
int |
modelArgument
Specify, which argument on the annotated method, is the model for the fluent API.
|
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.