java.lang.Objectorg.springframework.context.weaving.LoadTimeWeaverAwareProcessor
All Implemented Interfaces:
BeanPostProcessor, BeanFactoryAware
Application contexts
will automatically register this with their underlying
bean factory , provided that a default
LoadTimeWeaver is actually available.
Applications should not use this class directly.
Juergen - Hoeller2.5 - | Constructor: |
|---|
LoadTimeWeaverAwareProcessor that will
auto-retrieve the LoadTimeWeaver from the containing
BeanFactory , expecting a bean named
"loadTimeWeaver" . |
LoadTimeWeaverAwareProcessor for the given
LoadTimeWeaver .
If the given
|
| Method from org.springframework.context.weaving.LoadTimeWeaverAwareProcessor Summary: |
|---|
| postProcessAfterInitialization, postProcessBeforeInitialization, setBeanFactory |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.context.weaving.LoadTimeWeaverAwareProcessor Detail: |
|---|
|
|
|