All Implemented Interfaces:
Advisor, IntroductionInfo
All Known Implementing Classes:
DeclareParentsAdvisor, DefaultIntroductionAdvisor
This interface cannot be implemented directly; subinterfaces must provide the advice type implementing the introduction.
Introduction is the implementation of additional interfaces (not implemented by a target) via AOP advice.
Rod - Johnson04.04.2003 - | Method from org.springframework.aop.IntroductionAdvisor Summary: |
|---|
| getClassFilter, validateInterfaces |
| Method from org.springframework.aop.IntroductionAdvisor Detail: |
|---|
This represents the class part of a pointcut. Note that method matching doesn't make sense to introductions. |
|