Class ReflectiveAspectJAdvisorFactory.SyntheticInstantiationAdvisor
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,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:
-
Field Summary
Fields inherited from interface org.springframework.aop.Advisor
EMPTY_ADVICEFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.aop.support.DefaultPointcutAdvisor
getPointcut, setPointcut, toStringMethods inherited from class org.springframework.aop.support.AbstractGenericPointcutAdvisor
getAdvice, setAdviceMethods inherited from class org.springframework.aop.support.AbstractPointcutAdvisor
equals, getOrder, hashCode, isPerInstance, setOrder
-
Constructor Details
-
SyntheticInstantiationAdvisor
-