public class FieldPropertyVisitor
extends org.objectweb.asm.AnnotationVisitor
ServiceProperty
,
Property
Constructor and Description |
---|
FieldPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent)
Constructor without field
|
FieldPropertyVisitor(String field,
org.apache.felix.ipojo.metadata.Element parent)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
visit(String name,
Object value)
Visit one "simple" annotation.
|
void |
visitEnd()
End of the annotation.
|
public FieldPropertyVisitor(org.apache.felix.ipojo.metadata.Element parent)
parent
- : element element..public FieldPropertyVisitor(String field, org.apache.felix.ipojo.metadata.Element parent)
parent
- : element element.field
- : field name.public void visit(String name, Object value)
visit
in class org.objectweb.asm.AnnotationVisitor
name
- : annotation namevalue
- : annotation valueAnnotationVisitor.visit(String, Object)
public void visitEnd()
visitEnd
in class org.objectweb.asm.AnnotationVisitor
AnnotationVisitor.visitEnd()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.