@Retention(value=RUNTIME) @Target(value=METHOD) @Status(stage=DEVELOPMENT) @Review(by="Kees Schotanus", at="2009-09-28") public @interface Option
jar -f output.jar f1.out f2.out
the one and only Option is "f" and its single argument
is "output.jar".Modifier and Type | Required Element and Description |
---|---|
String |
name
The name of this Option.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
optional
Determines whether this option is optional (true) or mandatory (false).
|
public abstract String name
Copyright © 2008–2018. All rights reserved.