spring-framework / org.springframework.aop.support / DefaultIntroductionAdvisor / addInterface
addInterface
open fun addInterface(intf: Class<*>): Unit
Add the specified interface to the list of interfaces to introduce.
Parameters
intf - the interface to introduce