org.sonatype.guice.bean.scanners
Class EmptyAnnotationVisitor

java.lang.Object
  extended by org.sonatype.guice.bean.scanners.EmptyAnnotationVisitor
All Implemented Interfaces:
org.objectweb.asm.AnnotationVisitor

public class EmptyAnnotationVisitor
extends java.lang.Object
implements org.objectweb.asm.AnnotationVisitor

Skeletal AnnotationVisitor that helps minimize the effort required to implement bytecode scanners.


Constructor Summary
EmptyAnnotationVisitor()
           
 
Method Summary
 void visit(java.lang.String name, java.lang.Object value)
           
 org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String name, java.lang.String desc)
           
 org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String name)
           
 void visitEnd()
           
 void visitEnum(java.lang.String name, java.lang.String desc, java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyAnnotationVisitor

public EmptyAnnotationVisitor()
Method Detail

visit

public void visit(java.lang.String name,
                  java.lang.Object value)
Specified by:
visit in interface org.objectweb.asm.AnnotationVisitor

visitEnum

public void visitEnum(java.lang.String name,
                      java.lang.String desc,
                      java.lang.String value)
Specified by:
visitEnum in interface org.objectweb.asm.AnnotationVisitor

visitAnnotation

public org.objectweb.asm.AnnotationVisitor visitAnnotation(java.lang.String name,
                                                           java.lang.String desc)
Specified by:
visitAnnotation in interface org.objectweb.asm.AnnotationVisitor

visitArray

public org.objectweb.asm.AnnotationVisitor visitArray(java.lang.String name)
Specified by:
visitArray in interface org.objectweb.asm.AnnotationVisitor

visitEnd

public void visitEnd()
Specified by:
visitEnd in interface org.objectweb.asm.AnnotationVisitor


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.