Class AbstractAnnotationVisitorImpl
java.lang.Object
org.objectweb.asm.AnnotationVisitor
org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
public abstract class AbstractAnnotationVisitorImpl
extends org.objectweb.asm.AnnotationVisitor
This just makes the main-line code less messy
- Author:
- jwells
-
Field Summary
Fields inherited from class org.objectweb.asm.AnnotationVisitor
api, av -
Constructor Summary
ConstructorsConstructorDescriptionGives the version implemented to the superclass -
Method Summary
Methods inherited from class org.objectweb.asm.AnnotationVisitor
getDelegate
-
Constructor Details
-
AbstractAnnotationVisitorImpl
public AbstractAnnotationVisitorImpl()Gives the version implemented to the superclass
-
-
Method Details
-
visit
-
visitAnnotation
-
visitArray
- Overrides:
visitArrayin classorg.objectweb.asm.AnnotationVisitor
-
visitEnd
public void visitEnd()- Overrides:
visitEndin classorg.objectweb.asm.AnnotationVisitor
-
visitEnum
-