Class RepeatedAnnotationPlugin.RepeatedAnnotationAppender

    • Constructor Detail

      • RepeatedAnnotationAppender

        protected RepeatedAnnotationAppender​(TypeDescription target)
        Creates a new appender.
        Parameters:
        target - The repeated type.
    • Method Detail

      • apply

        public void apply​(org.objectweb.asm.ClassVisitor classVisitor,
                          TypeDescription instrumentedType,
                          AnnotationValueFilter annotationValueFilter)
        Applies this type attribute appender.
        Specified by:
        apply in interface TypeAttributeAppender
        Parameters:
        classVisitor - The class visitor to which the annotations of this visitor should be written to.
        instrumentedType - A description of the instrumented type that is target of the ongoing instrumentation.
        annotationValueFilter - The annotation value filter to apply when writing annotations.