@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface Parameter
| Modifier and Type | Optional Element and Description |
|---|---|
String |
alias
If provided, sets the name that the parameter will have on the introspection model.
|
boolean |
isDynamic
A parameter is considered to be dynamic if it's value can change in runtime
depending on contextual circumstances.
|
public abstract boolean isDynamic
trueCopyright © 2015 MuleSoft, Inc.. All rights reserved.