Class AnnotationContainer<A extends Annotation>

java.lang.Object
io.quarkus.test.util.annotations.AnnotationContainer<A>

public final class AnnotationContainer<A extends Annotation> extends Object
  • Constructor Details

    • AnnotationContainer

      public AnnotationContainer(AnnotatedElement element, A annotation)
  • Method Details

    • getElement

      public AnnotatedElement getElement()
    • getAnnotation

      public A getAnnotation()