Annotation Interface ExtendWith


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Documented public @interface ExtendWith
Annotation that specifies the extensions classes for a particular class. The annotated class can be configured with an instance of the specified extensions classes.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value
      Returns:
      array of extensions classes