| Package | Description |
|---|---|
| org.springframework.aop | |
| org.springframework.aop.support |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IntroductionAdvisor
Superinterface for advisors that perform one or more AOP introductions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIntroductionAdvisor
Simple
IntroductionAdvisor implementation
that by default applies to any class. |
| Constructor and Description |
|---|
DefaultIntroductionAdvisor(org.aopalliance.aop.Advice advice,
IntroductionInfo introductionInfo)
Create a DefaultIntroductionAdvisor for the given advice.
|
Copyright © 2025. All rights reserved.