Package io.helidon.microprofile.testing
Annotation Interface AddExtension
@Inherited
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Repeatable(AddExtensions.class)
public @interface AddExtension
Add a CDI extension to the container.
This annotation can be repeated.
If used on a method, the container will be reset regardless of the test lifecycle.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class of the extension to add. The class must be public.- Returns:
- extension class.
-