List of usage examples for org.springframework.aop IntroductionInfo interface-usage
From source file org.springframework.aop.support.IntroductionInfoSupport.java
/**
* Support for implementations of {@link org.springframework.aop.IntroductionInfo}.
*
* <p>Allows subclasses to conveniently add all interfaces from a given object,
* and to suppress interfaces that should not be added. Also allows for querying
* all introduced interfaces.