类 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
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.
- 另请参阅:
-
字段概要
从类继承的字段 infra.core.OrderedSupport
order从接口继承的字段 infra.aop.Advisor
EMPTY_ADVICE从接口继承的字段 infra.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
构造器概要
构造器 -
方法概要
从类继承的方法 infra.aop.support.DefaultPointcutAdvisor
getPointcut, setPointcut, toString从类继承的方法 infra.aop.support.AbstractGenericPointcutAdvisor
getAdvice, setAdvice从类继承的方法 infra.aop.support.AbstractPointcutAdvisor
equals, getOrder, hashCode从类继承的方法 infra.core.OrderedSupport
setOrder从接口继承的方法 infra.aop.Advisor
isPerInstance
-
构造器详细资料
-
SyntheticInstantiationAdvisor
-