@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Command
| Modifier and Type | Optional Element and Description |
|---|---|
String |
alias
Specify aliases for the command.
|
String |
description
Specify the description of the command.
|
int |
level
Specify the level of the command.
|
String |
name
If not null it will replace the method's name as the command name.
|
Command.CommandType |
type
The CommandType of the Command
|
public abstract String name
public abstract String description
public abstract String alias
public abstract Command.CommandType type
public abstract int level
Copyright © 2014 LSST. All Rights Reserved.