@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface ScriptArg
Annotates an argument of a function being added to the scripting system.
Provides the name of the argument that will be used in the script hints auto-complete system.
java.lang.String
value
boolean
optional
public abstract java.lang.String value
public abstract boolean optional