类 ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor

java.lang.Object
infra.core.OrderedSupport
infra.aop.support.AbstractPointcutAdvisor
infra.aop.support.AbstractGenericPointcutAdvisor
infra.aop.support.DefaultPointcutAdvisor
infra.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
所有已实现的接口:
Advisor, PointcutAdvisor, infra.core.Ordered, Serializable
封闭类:
ReflectiveAspectJAdvisorFactory

protected static class ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor extends DefaultPointcutAdvisor
Synthetic advisor that instantiates the aspect. Triggered by per-clause pointcut on non-singleton aspect. The advice has no effect.
另请参阅: