@Documented
@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Parameter
Function
Modifier and Type | Optional Element and Description |
---|---|
boolean |
required
The
required attribute indicates whether or not the parameter must be supplied
in order to run the expression function. |
boolean |
unlimited
The
unlimited attribute indicates whether this parameter represents an unlimited
number of parameters that the user of the expression function can pass. |
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.