Uses of Interface
org.codehaus.aspectwerkz.annotation.Annotation

Packages that use Annotation
org.codehaus.aspectwerkz.annotation   
org.codehaus.aspectwerkz.annotation.instrumentation.asm   
org.codehaus.aspectwerkz.joinpoint   
org.codehaus.aspectwerkz.joinpoint.impl   
 

Uses of Annotation in org.codehaus.aspectwerkz.annotation
 

Classes in org.codehaus.aspectwerkz.annotation that implement Annotation
static class AnnotationDefault.AnnotationDefaultImpl
          Annotation implementation, since we will not use our Java 5 dynamic proxy based architecture for it
 

Methods in org.codehaus.aspectwerkz.annotation that return Annotation
 Annotation AnnotationInfo.getAnnotation()
          Returns the annotation proxy.
static Annotation Annotations.getAnnotation(Class annotation, Class klass)
          Return the annotation with a specific name for a specific class.
static Annotation Annotations.getAnnotation(Class annotation, Constructor constructor)
          Return the annotation with a specific name for a specific constructor.
static Annotation Annotations.getAnnotation(Class annotation, Field field)
          Return the annotation with a specific name for a specific field.
static Annotation Annotations.getAnnotation(Class annotation, Method method)
          Return the annotation with a specific name for a specific method.
static Annotation Annotations.getAnnotation(String annotationName, Class klass)
          Return the annotation with a specific name for a specific class.
static Annotation Annotations.getAnnotation(String annotationName, Constructor constructor)
          Return the annotation with a specific name for a specific constructor.
static Annotation Annotations.getAnnotation(String annotationName, Field field)
          Return the annotation with a specific name for a specific field.
static Annotation Annotations.getAnnotation(String annotationName, Method method)
          Return the annotation with a specific name for a specific method.
static Annotation Java5AnnotationInvocationHandler.getAnnotationProxy(org.objectweb.asm.attrs.Annotation annotation, ClassLoader loader)
          Build and return a dynamic proxy representing the given ASM Annotation.
 Annotation[] AnnotationManager.getAnnotations(String name, com.thoughtworks.qdox.model.JavaClass clazz)
          Returns the annotations with a specific name for a specific class.
 Annotation[] AnnotationManager.getAnnotations(String name, com.thoughtworks.qdox.model.JavaField field)
          Returns the annotations with a specific name for a specific field.
 Annotation[] AnnotationManager.getAnnotations(String name, com.thoughtworks.qdox.model.JavaMethod method)
          Returns the annotations with a specific name for a specific method.
static Annotation AnnotationManager.instantiateNestedAnnotation(Class annotationClass, Map elements)
          Instantiate an annotation given its interface and elements It is used only for nested annotation hence requires typed annotation without nicknames.
 

Constructors in org.codehaus.aspectwerkz.annotation with parameters of type Annotation
AnnotationInfo(String name, Annotation annotation)
          Creates a new annotation info.
 

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

Methods in org.codehaus.aspectwerkz.annotation.instrumentation.asm that return Annotation
static Annotation AsmAnnotations.getAnnotation(String annotationName, ClassInfo classInfo)
          Return the annotation with a specific name for a specific class.
static Annotation AsmAnnotations.getAnnotation(String annotationName, ConstructorInfo constructorInfo)
          Return the annotation with a specific name for a specific constructor.
static Annotation AsmAnnotations.getAnnotation(String annotationName, FieldInfo fieldInfo)
          Return the annotation with a specific name for a specific field.
static Annotation AsmAnnotations.getAnnotation(String annotationName, MethodInfo methodInfo)
          Return the annotation with a specific name for a specific method.
 

Uses of Annotation in org.codehaus.aspectwerkz.joinpoint
 

Methods in org.codehaus.aspectwerkz.joinpoint that return Annotation
 Annotation MemberSignature.getAnnotation(String annotationName)
          Return the annotation with a specific name.
 

Uses of Annotation in org.codehaus.aspectwerkz.joinpoint.impl
 

Methods in org.codehaus.aspectwerkz.joinpoint.impl that return Annotation
 Annotation ConstructorSignatureImpl.getAnnotation(String annotationName)
          Return the annotation with a specific name.
 Annotation FieldSignatureImpl.getAnnotation(String annotationName)
          Return the annotation with a specific name.
 Annotation MethodSignatureImpl.getAnnotation(String annotationName)
          Return the annotation with a specific name.
 



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