@Target(value={PARAMETER,METHOD,FIELD,CONSTRUCTOR}) @Retention(value=RUNTIME) public @interface DiameterContext
Application
.
To inject an RoApplication
a bean may use the
following code:
@Inject @DiameterContext(applicationId = 4) private Application roApplication;
Application
,
RoApplication
Modifier and Type | Optional Element and Description |
---|---|
int |
applicationId |