java.lang.Objectorg.springframework.aop.target.HotSwappableTargetSource
All Implemented Interfaces:
TargetSource, Serializable
If configuring an object of this class in a Spring IoC container, use constructor injection.
This TargetSource is serializable if the target is at the time of serialization.
Rod - JohnsonJuergen - Hoeller| Constructor: |
|---|
|
| Method from org.springframework.aop.target.HotSwappableTargetSource Summary: |
|---|
| equals, getTarget, getTargetClass, hashCode, isStatic, releaseTarget, swap, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.aop.target.HotSwappableTargetSource Detail: |
|---|
|
|
The returned type should usually be constant across all target objects. |
|
|
|
|
|