Annotation Interface QuarkusTestResourceRepeatable


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented @Deprecated(forRemoval=true) public @interface QuarkusTestResourceRepeatable
Deprecated, for removal: This API element is subject to removal in a future version.
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>
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Element Details

    • value

      Class<? extends Annotation> value
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      The class annotated with a QuarkusTestResource annotations.