@Retention(value=RUNTIME) @Target(value=FIELD) @Deprecated public @interface Option
| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT_STRING
Deprecated.
|
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Deprecated.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
aliases
Deprecated.
|
String |
description
Deprecated.
|
boolean |
multiValued
Deprecated.
|
boolean |
required
Deprecated.
|
String |
valueToShowInHelp
Deprecated.
|
public static final String DEFAULT_STRING
public abstract String name
public abstract String[] aliases
public abstract String description
public abstract String valueToShowInHelp
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.