Annotation Type LinkParameter
-
@Target({}) @Retention(RUNTIME) @Inherited public @interface LinkParameter
Represents a parameter to pass to an operation as specified with operationId or identified via operationRef.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
expression
A constant or an expression to be evaluated and passed to the linked operation.String
name
The name of this link parameter.
-