public class ServiceControllerVisitor
extends org.objectweb.asm.AnnotationVisitor
ServiceController| Constructor and Description |
|---|
ServiceControllerVisitor(String field,
org.apache.felix.ipojo.metadata.Element provides)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value)
Visit one "simple" annotation.
|
void |
visitEnd()
End of the annotation.
|
public ServiceControllerVisitor(String field, org.apache.felix.ipojo.metadata.Element provides)
provides - : element element.field - : field name.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()Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.