| Package | Description |
|---|---|
| org.springframework.aop | |
| org.springframework.aop.framework | |
| org.springframework.aop.source |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TargetSource
A
TargetSource is used to obtain the current "target" of
an AOP invocation, which will be invoked via reflection if no around
advice chooses to end the interceptor chain itself. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Advised
Interface to be implemented by classes that hold the configuration
of a factory of AOP proxies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdvisedSupport
Base class for AOP proxy configuration managers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyTargetSource
Canonical
TargetSource when there is no target
(or just the target class known), and behavior is supplied
by interfaces and advisors only. |
class |
SingletonTargetSource
Implementation of the
TargetSource interface
that holds a given object. |
Copyright © 2025. All rights reserved.