@Target(value={FIELD,PARAMETER,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface Argument
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends Completer> |
completer
The completer type to complete this option value.
|
String |
name
The argument name, this value is optional and is only used in the documentation.
|
boolean |
unquote
Indicates whether or not the value should be unquoted.
|
public abstract String name
public abstract boolean unquote
Copyright © 2015 eXo Platform SAS. All Rights Reserved.