Annotation Type IoCContexts
-
@Target({METHOD,CONSTRUCTOR}) @Retention(RUNTIME) @Documented public @interface IoCContexts
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description IoCContext[]valueMultiple IoCContexts
-
-
-
Element Detail
-
value
IoCContext[] value
Multiple IoCContexts- Returns:
- an array of
IoCContextinstances.
-
-