public class RootGenericVisitor extends GenericVisitor
element| Constructor and Description |
|---|
RootGenericVisitor(ComponentWorkbench workbench,
org.apache.felix.ipojo.metadata.Element element,
ElementType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value)
Visit a 'simple' annotation attribute.
|
void |
visitEnd()
End of the visit.
|
visitAnnotation, visitArray, visitEnumpublic RootGenericVisitor(ComponentWorkbench workbench, org.apache.felix.ipojo.metadata.Element element, ElementType type)
public void visit(String name, Object value)
visit in class GenericVisitorname - : attribute namevalue - : attribute valueorg.objectweb.asm.commons.EmptyVisitor#visit(String, Object)public void visitEnd()
visitEnd in class org.objectweb.asm.AnnotationVisitororg.objectweb.asm.commons.EmptyVisitor#visitEnd()Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.