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