Annotation Interface QuarkusTestResourceRepeatable


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented public @interface QuarkusTestResourceRepeatable
Used to indicate the type of the repeatable annotation type annotated with a QuarkusTestResource annotations.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
     
  • Element Details

    • value

      Class<? extends Annotation> value
      Returns:
      The class annotated with a QuarkusTestResource annotations.