public class MethodPropertyVisitor
extends org.objectweb.asm.AnnotationVisitor
| Constructor and Description |
|---|
MethodPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent,
String method)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value)
Visit annotation attributes.
|
void |
visitEnd()
End of the visit.
|
protected org.apache.felix.ipojo.metadata.Element |
visitEndCommon() |
public MethodPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent,
String method)
parent - : element element.method - : attached method.public void visit(String name, Object value)
visit in class org.objectweb.asm.AnnotationVisitorname - : annotation namevalue - : annotation valueAnnotationVisitor.visit(java.lang.String, java.lang.Object)public void visitEnd()
visitEnd in class org.objectweb.asm.AnnotationVisitorAnnotationVisitor.visitEnd()protected org.apache.felix.ipojo.metadata.Element visitEndCommon()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.