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, org.springframework.core.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.
- Since:
- 2.0
- Author:
- Rod Johnson, Adrian Colyer, Juergen Hoeller, Ramnivas Laddad, Phillip Webb, Sam Brannen
- See Also:
-
Field Summary
Fields inherited from interface Advisor
EMPTY_ADVICEFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DefaultPointcutAdvisor
getPointcut, setPointcut, toStringMethods inherited from class AbstractGenericPointcutAdvisor
getAdvice, setAdviceMethods inherited from class AbstractPointcutAdvisor
equals, getOrder, hashCode, setOrderMethods inherited from interface Advisor
isPerInstance
-
Constructor Details
-
SyntheticInstantiationAdvisor
-