public @interface FactoryMethod
Modifier and Type | Required Element and Description |
---|---|
String[] |
parameterNames
The parameter names or none for the factory method.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
methodName
The name of this static factory method.
|
boolean |
useLowercaseBooleans |
public abstract String[] parameterNames
public abstract String methodName