org.jvnet.hk2.generator.internal
Class AbstractAnnotationVisitorImpl
java.lang.Object
org.jvnet.hk2.generator.internal.AbstractAnnotationVisitorImpl
- All Implemented Interfaces:
- org.objectweb.asm.AnnotationVisitor
public abstract class AbstractAnnotationVisitorImpl
- extends Object
- implements org.objectweb.asm.AnnotationVisitor
This just makes the main-line code less messy
- Author:
- jwells
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAnnotationVisitorImpl
public AbstractAnnotationVisitorImpl()
visit
public void visit(String name,
Object value)
- Specified by:
visit
in interface org.objectweb.asm.AnnotationVisitor
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0,
String arg1)
- Specified by:
visitAnnotation
in interface org.objectweb.asm.AnnotationVisitor
visitArray
public org.objectweb.asm.AnnotationVisitor visitArray(String arg0)
- Specified by:
visitArray
in interface org.objectweb.asm.AnnotationVisitor
visitEnd
public void visitEnd()
- Specified by:
visitEnd
in interface org.objectweb.asm.AnnotationVisitor
visitEnum
public void visitEnum(String arg0,
String arg1,
String arg2)
- Specified by:
visitEnum
in interface org.objectweb.asm.AnnotationVisitor
Copyright © 2013 Oracle Corporation. All Rights Reserved.