@Retention(value=RUNTIME) @Target(value=FIELD) @Deprecated public @interface Argument
Option| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT
Deprecated.
|
static String |
DEFAULT_STRING
Deprecated.
|
| 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 static final String DEFAULT_STRING
public static final String DEFAULT
public abstract String name
public abstract String description
public abstract String valueToShowInHelp
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.