Uses of Interface
org.springframework.aop.DynamicIntroductionAdvice
Packages that use DynamicIntroductionAdvice
Package
Description
Core Spring AOP interfaces, built on AOP Alliance AOP interoperability interfaces.
Convenience classes for using Spring's AOP API.
- 
Uses of DynamicIntroductionAdvice in org.springframework.aopSubinterfaces of DynamicIntroductionAdvice in org.springframework.aopModifier and TypeInterfaceDescriptioninterfaceSubinterface of AOP Alliance MethodInterceptor that allows additional interfaces to be implemented by the interceptor, and available via a proxy using that interceptor.
- 
Uses of DynamicIntroductionAdvice in org.springframework.aop.supportClasses in org.springframework.aop.support that implement DynamicIntroductionAdviceModifier and TypeClassDescriptionclassConvenient implementation of theIntroductionInterceptorinterface.classConvenient implementation of theIntroductionInterceptorinterface.Constructors in org.springframework.aop.support with parameters of type DynamicIntroductionAdviceModifierConstructorDescriptionDefaultIntroductionAdvisor(DynamicIntroductionAdvice advice, Class<?> ifc) Create a DefaultIntroductionAdvisor for the given advice.