@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface CommandAnnotation
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Command string
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
hasExtraArgs
Specifies if command can have extra arguments.
|
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.