@Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated public @interface Command
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Deprecated.
REturns the name of the command if used inside a shell
|
String |
scope
Deprecated.
Returns the scope or sub shell of the command
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description
Deprecated.
Returns the description of the command which is used to generate command line help
|
String |
detailedDescription
Deprecated.
Returns a detailed description of the command
|
public abstract String scope
public abstract String name
public abstract String description
public abstract String detailedDescription
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.