@Retention(value=RUNTIME) @Target(value=TYPE) @Deprecated public @interface SubShell
Modifier and Type | Required Element and Description |
---|---|
String |
name
Deprecated.
Returns the name of the command if used inside a shell
|
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 name
public abstract String description
public abstract String detailedDescription
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.