类 InstantiationModelAwarePointcutAdvisorImpl

java.lang.Object
infra.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl
所有已实现的接口:
Advisor, AspectJPrecedenceInformation, InstantiationModelAwarePointcutAdvisor, PointcutAdvisor, infra.core.Ordered, Serializable

final class InstantiationModelAwarePointcutAdvisorImpl extends Object implements InstantiationModelAwarePointcutAdvisor, AspectJPrecedenceInformation, Serializable
Internal implementation of AspectJPointcutAdvisor. Note that there will be one instance of this advisor for each target method.
从以下版本开始:
4.0
作者:
Rod Johnson, Juergen Hoeller, Harry Yang