@Retention(value=RUNTIME) @Target(value=FIELD) @Deprecated public @interface Argument
Option
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Deprecated.
|
int |
index
Deprecated.
|
boolean |
multiValued
Deprecated.
|
String |
name
Deprecated.
|
boolean |
required
Deprecated.
|
String |
valueToShowInHelp
Deprecated.
|
public abstract String name
public abstract String description
public abstract boolean required
public abstract int index
public abstract boolean multiValued
public abstract String valueToShowInHelp
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.