Annotation Interface ProcessVariableTyped
Annotation for qualifying injection points such that process variables are
injected. Instead of a normal Java
Object
a TypedValue
will
be returned.
@Inject @ProcessVariableTyped TypedValue accountNumber
@Inject @ProcessVariableTyped("accountNumber") TypedValue account
- Since:
- 7.3
- Author:
- Michael Scholz
-
Optional Element Summary
-
Element Details
-
value
String valueThe name of the process variable to look up. Defaults to the name of the annotated field or parameter- Default:
- ""
-