public class ProvidesVisitor
extends org.objectweb.asm.AnnotationVisitor
Provides| Constructor and Description |
|---|
ProvidesVisitor(ComponentWorkbench workbench) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(String name,
Object value)
Visit @provides annotation attributes.
|
org.objectweb.asm.AnnotationVisitor |
visitArray(String name)
Visit specifications array.
|
void |
visitEnd()
End of the visit.
|
public ProvidesVisitor(ComponentWorkbench workbench)
public void visit(String name, Object value)
visit in class org.objectweb.asm.AnnotationVisitorname - : annotation attribute namevalue - : annotation attribute valueAnnotationVisitor.visit(java.lang.String, java.lang.Object)public org.objectweb.asm.AnnotationVisitor visitArray(String name)
visitArray in class org.objectweb.asm.AnnotationVisitorname - : attribute nameAnnotationVisitor.visitArray(java.lang.String)public void visitEnd()
visitEnd in class org.objectweb.asm.AnnotationVisitorAnnotationVisitor.visitEnd()Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.