@Retention(value=RUNTIME) @Target(value=METHOD) @Inherited public @interface CommandLineOption
| Modifier and Type | Required Element and Description |
|---|---|
String |
description
The description of this command-line option.
|
String[] |
options
The command-line options to map to this property.
|
Copyright © 2013. All rights reserved