public class InstantiateVisitor
extends org.objectweb.asm.AnnotationVisitor
Instantiate
Constructor and Description |
---|
InstantiateVisitor(ComponentWorkbench workbench) |
Modifier and Type | Method and Description |
---|---|
void |
visit(String name,
Object value)
Visit an annotation attribute.
|
void |
visitEnd()
End of the visit.
|
public InstantiateVisitor(ComponentWorkbench workbench)
public void visit(String name, Object value)
visit
in class org.objectweb.asm.AnnotationVisitor
name
- the attribute namevalue
- the 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.