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