org.codehaus.aspectwerkz.annotation.instrumentation.asm
Class AsmAnnotationHelper.FieldAnnotationExtractor
java.lang.Object
org.codehaus.aspectwerkz.annotation.instrumentation.asm.AsmAnnotationHelper.NullClassAdapter
org.codehaus.aspectwerkz.annotation.instrumentation.asm.AsmAnnotationHelper.FieldAnnotationExtractor
- All Implemented Interfaces:
- org.objectweb.asm.ClassVisitor
- Enclosing class:
- AsmAnnotationHelper
public static class AsmAnnotationHelper.FieldAnnotationExtractor
- extends AsmAnnotationHelper.NullClassAdapter
Field annotations extractor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmAnnotationHelper.FieldAnnotationExtractor
public AsmAnnotationHelper.FieldAnnotationExtractor(List annotations,
String name,
ClassLoader loader)
visitField
public void visitField(int access,
String name,
String desc,
Object value,
org.objectweb.asm.Attribute attrs)
- Specified by:
visitField
in interface org.objectweb.asm.ClassVisitor
- Overrides:
visitField
in class AsmAnnotationHelper.NullClassAdapter
Copyright © 2002-2005 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.