public class GeneratedSourcesDirectoryParameter extends AbstractFileParameter<GeneratedSourcesDirectory>
annotationelement, type| Constructor and Description |
|---|
GeneratedSourcesDirectoryParameter(MemberAdapter element,
TypeAdapter type) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(BuilderMetadataVisitor visitor) |
String[] |
defaultValue() |
boolean |
required()
Returns
true if this parameter much have configuration value provided in java or in
xml. |
String[] |
value() |
annotationname, originatingElement, toString, typepublic GeneratedSourcesDirectoryParameter(MemberAdapter element, TypeAdapter type)
public String[] value()
value in class AbstractFileParameter<GeneratedSourcesDirectory>public String[] defaultValue()
defaultValue in class AbstractFileParameter<GeneratedSourcesDirectory>public boolean required()
AbstractParametertrue if this parameter much have configuration value provided in java or in
xml. Returns false is configuration value is not required for this parameter.required in class AbstractParameterpublic void accept(BuilderMetadataVisitor visitor)
accept in class AbstractParameterCopyright © 2017. All rights reserved.