spring-framework / org.springframework.aop.support / DefaultIntroductionAdvisor / <init>

<init>

DefaultIntroductionAdvisor(advice: Advice)

Create a DefaultIntroductionAdvisor for the given advice.

Parameters

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.

Parameters

advice - the Advice to apply

introductionInfo - the IntroductionInfo that describes the interface to introduce (may be null)

DefaultIntroductionAdvisor(advice: DynamicIntroductionAdvice, intf: Class<*>)

Create a DefaultIntroductionAdvisor for the given advice.

Parameters

advice - the Advice to apply

intf - the interface to introduce