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

Packages that use AnnotationInfo
org.codehaus.aspectwerkz.annotation.instrumentation.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 AsmAnnotationHelper.getAnnotationInfo(org.objectweb.asm.attrs.Annotation annotation, ClassLoader loader)
          Creates and returns a new annotation info build up from the Java5 annotation.
 



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