@Documented @Inherited @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Command
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
The description of the command.
|
public abstract java.lang.String description