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