@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Command
Modifier and Type | Required Element and Description |
---|---|
String |
name
Name of the command.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Description of the command.
|
boolean |
hidden
If true, this command won't appear in the usage().
|
Copyright © 2012–2017. All rights reserved.