Annotation Type ProcessVariableTyped
-
@Qualifier @Retention(RUNTIME) @Documented public @interface ProcessVariableTyped
Annotation for qualifying injection points such that process variables are injected. Instead of a normal JavaObject
aTypedValue
will be returned.@Inject @ProcessVariableTyped TypedValue accountNumber
@Inject @ProcessVariableTyped("accountNumber") TypedValue account
- Since:
- 7.3
- Author:
- Michael Scholz
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
The name of the process variable to look up.
-