接口的使用
infra.aop.DynamicIntroductionAdvice
程序包
说明
Aspect Programming
Provides miscellaneous interceptor implementations.
-
infra.aop中DynamicIntroductionAdvice的使用
修饰符和类型接口说明interfaceSub-interface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor. -
infra.aop.interceptor中DynamicIntroductionAdvice的使用
修饰符和类型类说明private static classIntroduction that exposes the specified bean name as invocation attribute. -
infra.aop.support中DynamicIntroductionAdvice的使用
修饰符和类型类说明classConvenient implementation of theIntroductionInterceptorinterface.classConvenient implementation of theIntroductionInterceptorinterface.参数类型为DynamicIntroductionAdvice的infra.aop.support中的构造器限定符构造器说明DefaultIntroductionAdvisor(DynamicIntroductionAdvice advice, Class<?> ifc) Create a DefaultIntroductionAdvisor for the given advice.