Class InheritedAnnotationMatcher<T extends TypeDescription>

Type Parameters:
T - The actual matched type of this matcher.
All Implemented Interfaces:
ElementMatcher<T>, ElementMatcher.Junction<T>

@Enhance public class InheritedAnnotationMatcher<T extends TypeDescription> extends ElementMatcher.Junction.ForNonNullValues<T>
An element matcher that matches the list of inherited annotations of a type description.
  • Field Details

  • Constructor Details

    • InheritedAnnotationMatcher

      public InheritedAnnotationMatcher(ElementMatcher<? super AnnotationList> matcher)
      Creates a new matcher for the inherited annotations of a type description.
      Parameters:
      matcher - The matcher to be applied to the provided annotation list.
  • Method Details