java.lang.Objectorg.springframework.beans.factory.support.MethodOverride
All Implemented Interfaces:
BeanMetadataElement
Direct Known Subclasses:
ReplaceOverride, LookupOverride
Note that the override mechanism is not intended as a generic means of inserting crosscutting code: use AOP for that.
Rod - JohnsonJuergen - Hoeller1.1 - | Constructor: |
|---|
|
| Method from org.springframework.beans.factory.support.MethodOverride Summary: |
|---|
| equals, getMethodName, getSource, hashCode, isOverloaded, matches, setOverloaded, setSource |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.beans.factory.support.MethodOverride Detail: |
|---|
|
|
|
|
|
|
Default is "true"; can be switched to "false" to optimize runtime performance. |
Object for this metadata element.
The exact type of the object will depend on the configuration mechanism used. |