Annotation Interface Parameter
Defines the behavior of an expression function parameter.
- See Also:
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Therequired
attribute indicates whether or not the parameter must be supplied in order to run the expression function.boolean
Theunlimited
attribute indicates whether this parameter represents an unlimited number of parameters that the user of the expression function can pass.
-
Element Details
-
required
boolean requiredTherequired
attribute indicates whether or not the parameter must be supplied in order to run the expression function. Set tofalse
for optional parameters.- Default:
- true
-
unlimited
boolean unlimitedTheunlimited
attribute indicates whether this parameter represents an unlimited number of parameters that the user of the expression function can pass. Iftrue
, this parameter must be the last in the list of parameters.- Default:
- false
-