public class InstantiateVisitor
extends org.objectweb.asm.AnnotationVisitor
Instantiate
Constructor and Description |
---|
InstantiateVisitor(ComponentWorkbench workbench) |
Modifier and Type | Method and Description |
---|---|
void |
visit(java.lang.String name,
java.lang.Object value)
Visit an annotation attribute.
|
void |
visitEnd()
End of the visit.
|
public InstantiateVisitor(ComponentWorkbench workbench)
public void visit(java.lang.String name, java.lang.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-2014 The Apache Software Foundation. All Rights Reserved.