Class PanacheMovingAnnotationVisitor

java.lang.Object
org.objectweb.asm.AnnotationVisitor
io.quarkus.panache.common.deployment.PanacheMovingAnnotationVisitor

public class PanacheMovingAnnotationVisitor extends org.objectweb.asm.AnnotationVisitor
An AnnotationVisitor that intercepts and records annotations so that they can be applied to a different element later
  • Constructor Details

  • Method Details

    • visit

      public void visit(String name, Object value)
      Overrides:
      visit in class org.objectweb.asm.AnnotationVisitor
    • visitAnnotation

      public org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String descriptor)
      Overrides:
      visitAnnotation in class org.objectweb.asm.AnnotationVisitor
    • visitArray

      public org.objectweb.asm.AnnotationVisitor visitArray(String name)
      Overrides:
      visitArray in class org.objectweb.asm.AnnotationVisitor