Package org.jboss.weld.junit5.auto
Annotation Interface EnableAlternatives
@Retention(RUNTIME)
@Target(TYPE)
@Inherited
@Repeatable(All.class)
public @interface EnableAlternatives
Enables the listed classes as bean class alternatives in the deployed testing container.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceContainer annotation for repeatableEnableAlternatives. -
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] value
-