Uses of Class
org.jboss.aop.introduction.AnnotationIntroduction

Packages that use AnnotationIntroduction
org.jboss.aop   
org.jboss.aop.introduction   
 

Uses of AnnotationIntroduction in org.jboss.aop
 

Methods in org.jboss.aop that return AnnotationIntroduction
 AnnotationIntroduction AspectXmlLoader.loadAnnotationIntroduction(Element pointcut)
           
 

Methods in org.jboss.aop with parameters of type AnnotationIntroduction
 void AspectManager.addAnnotationIntroduction(AnnotationIntroduction pointcut)
          Register an annotation introduction
 void AspectManager.removeAnnotationIntroduction(AnnotationIntroduction pointcut)
          remove an annotation pointcut
 void AspectManager.addAnnotationOverride(AnnotationIntroduction pointcut)
          Register an annotation introduction
 void AspectManager.removeAnnotationOverride(AnnotationIntroduction pointcut)
          remove an annotation pointcut
protected  boolean ReflectiveAspectBinder.matches(AnnotationIntroduction ai, Object element)
           
protected  void Advisor.deployMethodAnnotationOverrides(Class theClass, AnnotationIntroduction introduction)
           
 

Uses of AnnotationIntroduction in org.jboss.aop.introduction
 

Methods in org.jboss.aop.introduction that return AnnotationIntroduction
static AnnotationIntroduction AnnotationIntroduction.createMethodAnnotationIntroduction(String methodExpr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createConstructorAnnotationIntroduction(String conExpr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createFieldAnnotationIntroduction(String fieldExpr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createClassAnnotationIntroduction(String classExpr, String annotationExpr, boolean invisible)
           
static AnnotationIntroduction AnnotationIntroduction.createComplexAnnotationIntroduction(String expr, String annotationExpr, boolean invisible)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.