public class HandlerVisitor
extends org.objectweb.asm.AnnotationVisitor
Handler
Constructor and Description |
---|
HandlerVisitor(ComponentWorkbench workbench,
Reporter reporter) |
Modifier and Type | Method and Description |
---|---|
void |
visit(String name,
Object value)
Visit @Handler annotation attributes.
|
void |
visitEnd()
End of the visit.
|
public HandlerVisitor(ComponentWorkbench workbench, Reporter reporter)
public void visit(String name, Object value)
visit
in class org.objectweb.asm.AnnotationVisitor
name
- : annotation attribute namevalue
- : annotation attribute valueAnnotationVisitor.visit(java.lang.String, java.lang.Object)
public void visitEnd()
visitEnd
in class org.objectweb.asm.AnnotationVisitor
AnnotationVisitor.visitEnd()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.