Class AnnotationTypeMatcher<T extends AnnotationDescription>

    • Constructor Detail

      • AnnotationTypeMatcher

        public AnnotationTypeMatcher​(ElementMatcher<? super TypeDescription> matcher)
        Creates a new matcher for an annotation description's type.
        Parameters:
        matcher - The type matcher to apply to an annotation's type.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object