|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void destroyBean(Object ) |
Destroy the given bean instance (typically coming from .createBean), applying the org.springframework.beans.factory.DisposableBean contract as well as registered DestructionAwareBeanPostProcessors. |
Changed Methods | ||
Object autowire(Class<?>, |
Change in signature from (Class, int, boolean ) to (Class<?>, int, boolean ). |
Instantiate a new bean instance of the given class with the specified autowire strategy. |
Object createBean(Class<?>, |
Change in signature from (Class, int, boolean ) to (Class<?>, int, boolean ). |
Fully create a new bean instance of the given class with the specified autowire strategy. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |