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