com.sun.grid.jgdi.util.shell
@Retention(value=RUNTIME) @Target(value=METHOD) public @interface OptionAnnotation
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
|
public abstract java.lang.String value
public abstract java.lang.String defaultStringArg
public abstract int min
public abstract int extra
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.