@Target(value={})
@Retention(value=RUNTIME)
@Inherited
public @interface LinkParameter
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
expression
A constant or an expression to be evaluated and passed to the linked operation.
|
java.lang.String |
name
The name of this link parameter.
|