Package io.quarkus.test.common
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 ElementsModifier and TypeRequired ElementDescriptionClass<? extends Annotation>Deprecated, for removal: This API element is subject to removal in a future version.
-
Element Details
-
value
Class<? extends Annotation> valueDeprecated, for removal: This API element is subject to removal in a future version.- Returns:
- The class annotated with a
QuarkusTestResourceannotations.
-
WithTestResourceRepeatableinstead