Class ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor

All Implemented Interfaces:
Serializable, Advisor, PointcutAdvisor, Ordered
Enclosing class:
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.
See Also: