This bean factory interface is not meant to be used in normal application code: Stick to {@link org.springframework.beans.factory.BeanFactory} or{@link org.springframework.beans.factory.ListableBeanFactory} for typicalneeds. This extended interface is just meant to allow for framework-internal plug'n'play and for special access to bean factory configuration methods. @author Juergen Hoeller @since 03.11.2003 @see org.springframework.beans.factory.BeanFactory @see org.springframework.beans.factory.ListableBeanFactory @see ConfigurableListableBeanFactory
|
|