Uses of Class
io.quarkus.test.util.annotations.AnnotationContainer
Packages that use AnnotationContainer
-
Uses of AnnotationContainer in io.quarkus.test.util.annotations
Methods in io.quarkus.test.util.annotations that return types with arguments of type AnnotationContainerModifier and TypeMethodDescriptionstatic <A extends Annotation>
Optional<AnnotationContainer<A>>AnnotationUtils.findAnnotation(AnnotatedElement element, Class<A> annotationType) Find the first annotation ofannotationTypethat is either directly present, meta-present, or indirectly present on the suppliedelement.