Class AnnotationTargetMatcher<T extends AnnotationDescription>

    • Field Detail

      • elementType

        private final java.lang.annotation.ElementType elementType
        The targeted element type.
    • Constructor Detail

      • AnnotationTargetMatcher

        public AnnotationTargetMatcher​(java.lang.annotation.ElementType elementType)
        Creates a new matcher for an annotation target.
        Parameters:
        elementType - The targeted element type.
    • Method Detail

      • toString

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