@Qualifier @Retention(value=RUNTIME) @Documented public @interface ProcessVariableLocal
@Inject @ProcessVariableLocal Object accountNumber
@Inject @ProcessVariableLocal("accountNumber") Object account
public abstract String value
Copyright © 2015. All rights reserved.