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
 class AdviceAnnotationProxyBase
          The advice annotation proxy base.
 class AfterAnnotationProxy
          The 'After' annotation proxy.
 class AroundAnnotationProxy
          The 'Around' annotation proxy.
 class AspectAnnotationProxy
          The aspect annotation proxy.
 class BeforeAnnotationProxy
          The 'Before' annotation proxy.
 class ExpressionAnnotationProxy
          The 'Expression' annotation proxy.
 class ImplementsAnnotationProxy
          The 'Implements' annotation proxy.
 class IntroduceAnnotationProxy
          The 'Introduce' annotation proxy.
 class TypedAnnotationProxy
          The base class for the typed annotation proxies.
 class UntypedAnnotationProxy
          Untyped annotation proxy.
 

Methods in org.codehaus.aspectwerkz.annotation that return Annotation
 Annotation AnnotationInfo.getAnnotation()
          Returns the annotation proxy.
 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.JavaMethod method)
          Returns the annotations with a specific name for a specific method.
 Annotation[] AnnotationManager.getAnnotations(String name, com.thoughtworks.qdox.model.JavaField field)
          Returns the annotations with a specific name for a specific field.
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, Method method)
          Return the annotation with a specific name for a specific method.
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.
 

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, MethodInfo methodInfo)
          Return the annotation with a specific name for a specific method.
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.
 

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 ConstructorSignatureImplInlined.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-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.