Uses of Interface
org.springframework.aop.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.aop
Modifier and TypeInterfaceDescriptioninterface
Subinterface 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.support
Modifier and TypeClassDescriptionclass
Convenient implementation of theIntroductionInterceptor
interface.class
Convenient implementation of theIntroductionInterceptor
interface.ModifierConstructorDescriptionDefaultIntroductionAdvisor
(DynamicIntroductionAdvice advice, Class<?> ifc) Create a DefaultIntroductionAdvisor for the given advice.