Class AbstractFieldAnnotationVisitor

  • All Implemented Interfaces:
    org.objectweb.asm.FieldVisitor

    public abstract class AbstractFieldAnnotationVisitor
    extends java.lang.Object
    implements org.objectweb.asm.FieldVisitor
    Author:
    pwilliam
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void visitAttribute​(org.objectweb.asm.Attribute attr)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.objectweb.asm.FieldVisitor

        visitAnnotation, visitEnd
    • Constructor Detail

      • AbstractFieldAnnotationVisitor

        public AbstractFieldAnnotationVisitor()
    • Method Detail

      • visitAttribute

        public void visitAttribute​(org.objectweb.asm.Attribute attr)
        Specified by:
        visitAttribute in interface org.objectweb.asm.FieldVisitor