@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Arguments
InfiniteArguments to override the implication.
For example:
-default-script-limits [max-recursion-depth] [max-execution-time]is defined as
@Config()
@Arguments({"max-recursion-depth", "max-execution-time"})
public void setDefaultScriptLimits(...);
| Modifier and Type | Fields and Description |
|---|---|
static String |
CLASS
path-element is a commonly used argument name for options taking
a file path. |
static String |
PATH_ELEMENT
path-element is a commonly used argument name for options taking
a file path. |
public static final String PATH_ELEMENT
path-element is a commonly used argument name for options taking
a file path.public static final String CLASS
path-element is a commonly used argument name for options taking
a file path.public abstract String[] value
Copyright © 2023 The Apache Software Foundation. All rights reserved.