@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Option
Modifier and Type | Optional Element and Description |
---|---|
String |
description
A description of this option to be printed when the
--help option is provided. |
boolean |
mandatory
true if this option is mandatory. |
String |
name
The 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.