JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.camunda.bpm.engine.cdi.annotation
Annotation Interface BusinessKey
@Qualifier
@Retention
(
RUNTIME
)
@Target
({
FIELD
,
PARAMETER
,
METHOD
,
TYPE
})
public @interface
BusinessKey
Qualifier annotation for injecting a business key:
@Inject
@BusinessKey
String bky;
Author:
Daniel Meyer