Uses of Interface
org.codehaus.aspectwerkz.annotation.instrumentation.AttributeExtractor

Packages that use AttributeExtractor
org.codehaus.aspectwerkz.annotation.instrumentation   
org.codehaus.aspectwerkz.annotation.instrumentation.javassist   
org.codehaus.aspectwerkz.reflect.impl.javassist   
 

Uses of AttributeExtractor in org.codehaus.aspectwerkz.annotation.instrumentation
 

Methods in org.codehaus.aspectwerkz.annotation.instrumentation that return AttributeExtractor
static AttributeExtractor Attributes.getAttributeExtractor(javassist.CtClass ctClass, ClassLoader loader)
          Return the list (possibly empty) of custom attributes associated with the class.
 

Uses of AttributeExtractor in org.codehaus.aspectwerkz.annotation.instrumentation.javassist
 

Classes in org.codehaus.aspectwerkz.annotation.instrumentation.javassist that implement AttributeExtractor
 class JavassistAttributeExtractor
          Javassist implementation of the AttributeExtractor interface.
 

Uses of AttributeExtractor in org.codehaus.aspectwerkz.reflect.impl.javassist
 

Fields in org.codehaus.aspectwerkz.reflect.impl.javassist declared as AttributeExtractor
protected  AttributeExtractor JavassistMemberInfo.m_attributeExtractor
          The annotation extractor.
 



Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.