Uses of Interface
org.springframework.aop.IntroductionAdvisor
Package
Description
AspectJ integration package.
Convenience classes for using Spring's AOP API.
Various
TargetSource
implementations for use
with Spring AOP.-
Uses of IntroductionAdvisor in org.springframework.aop.aspectj
Modifier and TypeClassDescriptionclass
Introduction advisor delegating to the given object. -
Uses of IntroductionAdvisor in org.springframework.aop.support
Modifier and TypeClassDescriptionclass
SimpleIntroductionAdvisor
implementation that by default applies to any class. -
Uses of IntroductionAdvisor in org.springframework.aop.target
Modifier and TypeMethodDescriptionThreadLocalTargetSource.getStatsMixin()
Return an introduction advisor mixin that allows the AOP proxy to be cast to ThreadLocalInvokerStats.