|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Qualifier @Retention(value=RUNTIME) @Documented public @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
| Optional Element Summary | |
|---|---|
String |
value
The name of the process variable to look up. |
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||