Save This Page
Home » spring-framework-2.5.5-with-dependencies » org.springframework » aop » aspectj » annotation » [javadoc | source]
org.springframework.aop.aspectj.annotation
protected static class: ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor [javadoc | source]
java.lang.Object
   org.springframework.aop.support.AbstractPointcutAdvisor
      org.springframework.aop.support.AbstractGenericPointcutAdvisor
         org.springframework.aop.support.DefaultPointcutAdvisor
            org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory$SyntheticInstantiationAdvisor

All Implemented Interfaces:
    Serializable, Ordered, PointcutAdvisor

Synthetic advisor that instantiates the aspect. Triggered by per-clause pointcut on non-singleton aspect. The advice has no effect.
Constructor:
 public SyntheticInstantiationAdvisor(MetadataAwareAspectInstanceFactory aif) 
Methods from org.springframework.aop.support.DefaultPointcutAdvisor:
getPointcut,   setPointcut,   toString
Methods from org.springframework.aop.support.AbstractGenericPointcutAdvisor:
getAdvice,   setAdvice,   toString
Methods from org.springframework.aop.support.AbstractPointcutAdvisor:
equals,   getOrder,   hashCode,   isPerInstance,   setOrder
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait