| Class | Description | 
|---|---|
| CLIConfigurator | Class responsible for defining CLI using annotations and injecting values extracted by the parser. | 
| Annotation Type | Description | 
|---|---|
| Argument | Annotates a setter to be called with the value of a command line argument. | 
| ConvertedBy | Annotates  @Optionsetters to indicate how the value is converted to the argument type. | 
| DefaultValue | Annotation to set a default value to an option. | 
| Description | Annotation used to write the option or command documentation. | 
| Hidden | |
| Name | Defines the name of a  CLI. | 
| Option | Annotates a setter to be called with the value of a command line option. | 
| ParsedAsList | Annotates a setter to be called with the value of a command line option. | 
| Summary | Annotates a  CLIwith summary. | 
Copyright © 2023 Eclipse. All rights reserved.