Annotation Interface ProcessVariableLocal
Annotation for qualifying injection points such that local process variables are
 injected. Requires a process instance to be managed
 
- @Inject @ProcessVariableLocal Object accountNumber
- @Inject @ProcessVariableLocal("accountNumber") Object account
- Author:
- Michael Scholz
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
valueString valueThe name of the local process variable to look up. Defaults to the name of the annotated field or parameter- Default:
- ""
 
 
-