Package io.github.cdiunit
Annotation Type ActivateScopes
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Inherited
@Repeatable(All.class)
public @interface ActivateScopes
Activate listed scopes for the duration of the test.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Container annotation for repeatableActivateScopes
. -
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends Annotation>[] value
-