@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface OptionAnnotation
Modifier and Type | Fields and Description |
---|---|
static int |
MAX_ARG_VALUE |
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
option string
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
defaultStringArg
default arg in case of no arguments string
|
int |
extra
number of optional args
|
int |
min
number of required args
|
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.