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