@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Option
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | descriptionA description of this option to be printed when the  --helpoption is provided. | 
| boolean | mandatorytrueif this option is mandatory. | 
| String | nameThe argument name. | 
public abstract String name
"" for the default.public abstract boolean mandatory
true if this option is mandatory. Options are optional by default.public abstract String description
--help option is provided."" for none.Copyright © 1996–2019 Geotools. All rights reserved.