|
Forge - Parent 1.0.7-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Inherited @Qualifier @Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER,TYPE,FIELD}) public @interface Command
Represents a single command to be run on a Shell.
Optional Element Summary | |
---|---|
String |
help
Help text for this command. |
String |
value
One or more names for this command. |
public abstract String value
public abstract String help
|
Forge - Parent 1.0.7-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |