@Repeatable(value=Option.List.class) @Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Option
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
The name of the option as specified on the command line.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
Specify the description of the Option.
|
String |
singleLetterName
The single letter name of the option as specified on the command line.
|
public abstract String name
public abstract String description
public abstract String singleLetterName
Copyright © 2022 LSST. All rights reserved.