Annotation Interface AddExtension
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(AddExtensions.class)
public @interface AddExtension
Add a CDI extension to the test container.
This annotation can be repeated.
-
Required Element Summary
-
Element Details
-
value
Class of the extension to add. The class must be public.- Returns:
- extension class.
-