DefaultIntroductionAdvisor(advice: Advice)
Create a DefaultIntroductionAdvisor for the given advice.
advice - the Advice to apply (may implement the org.springframework.aop.IntroductionInfo interface)
See Also
#addInterface
DefaultIntroductionAdvisor(advice: Advice, @Nullable introductionInfo: IntroductionInfo)
Create a DefaultIntroductionAdvisor for the given advice.
introductionInfo - the IntroductionInfo that describes the interface to introduce (may be null)
DefaultIntroductionAdvisor(advice: DynamicIntroductionAdvice, intf: Class<*>)
Create a DefaultIntroductionAdvisor for the given advice.