Uses of Class
org.codehaus.aspectwerkz.annotation.AnnotationInfo

Packages that use AnnotationInfo
org.codehaus.aspectwerkz.annotation.instrumentation.asm   
org.codehaus.aspectwerkz.reflect.impl.asm   
 

Uses of AnnotationInfo in org.codehaus.aspectwerkz.annotation.instrumentation.asm
 

Methods in org.codehaus.aspectwerkz.annotation.instrumentation.asm that return AnnotationInfo
static AnnotationInfo CustomAttributeHelper.extractCustomAnnotation(org.objectweb.asm.attrs.Annotation annotation)
          Extract the AnnotationInfo from the bytecode Annotation representation.
static AnnotationInfo CustomAttributeHelper.extractCustomAnnotation(byte[] bytes)
          Extract the AnnotationInfo from the base64 encoded serialized version.
 

Uses of AnnotationInfo in org.codehaus.aspectwerkz.reflect.impl.asm
 

Methods in org.codehaus.aspectwerkz.reflect.impl.asm that return AnnotationInfo
static AnnotationInfo AsmClassInfo.getAnnotationInfo(org.objectweb.asm.attrs.Annotation annotation, ClassLoader loader)
          Creates and returns a new annotation info build up from the Java5 annotation.
 



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