Uses of Class
org.aspectj.weaver.AbstractAnnotationAJ

Packages that use AbstractAnnotationAJ
org.aspectj.weaver   
org.aspectj.weaver.bcel   
 

Uses of AbstractAnnotationAJ in org.aspectj.weaver
 

Subclasses of AbstractAnnotationAJ in org.aspectj.weaver
 class StandardAnnotation
          This type represents the weavers abstraction of an annotation - it is not tied to any underlying BCI toolkit.
 

Uses of AbstractAnnotationAJ in org.aspectj.weaver.bcel
 

Subclasses of AbstractAnnotationAJ in org.aspectj.weaver.bcel
 class BcelAnnotation
          Wraps a Bcel Annotation object and uses it to answer AnnotationAJ method calls.