public class MethodPropertyVisitor
extends org.objectweb.asm.AnnotationVisitor
Constructor and Description |
---|
MethodPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent,
java.lang.String method)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
visit(java.lang.String name,
java.lang.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, java.lang.String method)
parent
- : element element.method
- : attached method.public void visit(java.lang.String name, java.lang.Object value)
visit
in class org.objectweb.asm.AnnotationVisitor
name
- : annotation namevalue
- : annotation valueAnnotationVisitor.visit(java.lang.String, java.lang.Object)
public void visitEnd()
visitEnd
in class org.objectweb.asm.AnnotationVisitor
AnnotationVisitor.visitEnd()
protected org.apache.felix.ipojo.metadata.Element visitEndCommon()
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.