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