org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb
Class EmptyAnnotationVisitor
java.lang.Object
org.apache.myfaces.orchestra.dynaForm.metadata.impl.ejb.EmptyAnnotationVisitor
- All Implemented Interfaces:
- org.objectweb.asm.AnnotationVisitor
public class EmptyAnnotationVisitor
- extends Object
- implements org.objectweb.asm.AnnotationVisitor
An empty implementation of the ASM AnnotationVisitor interface.
This class is completely stateless, and does absolutely nothing
(except keep ASM happy).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyAnnotationVisitor
public EmptyAnnotationVisitor()
visit
public void visit(String name,
Object value)
- Specified by:
visit in interface org.objectweb.asm.AnnotationVisitor
visitEnd
public void visitEnd()
- Specified by:
visitEnd in interface org.objectweb.asm.AnnotationVisitor
visitEnum
public void visitEnum(String name,
String desc,
String value)
- Specified by:
visitEnum in interface org.objectweb.asm.AnnotationVisitor
visitAnnotation
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String name,
String desc)
- Specified by:
visitAnnotation in interface org.objectweb.asm.AnnotationVisitor
visitArray
public org.objectweb.asm.AnnotationVisitor visitArray(String name)
- Specified by:
visitArray in interface org.objectweb.asm.AnnotationVisitor
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.