@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Option
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
Defines the name of the option.
|
Option.Param |
param
What type of information is passed with this option, eg: filename,
integer, etc.
|
Option.Type |
type
The type of this option.
|
public abstract String name
public abstract Option.Param param
public abstract Option.Type type
public abstract String usage
Copyright © 2015. All Rights Reserved.