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