The default implementation of the BeanFactory interface.
This class creates beans of arbitrary types using reflection. Each time the
createBean() method is invoked, a new bean instance is
created. A default bean class is not supported.
An instance of this factory class will be set as the default bean factory for
the
BeanHelper class. This means that if not bean
factory is specified in a
BeanDeclaration , this
default instance will be used.
since: 1.3 author: Oliver Heger version: $Id: DefaultBeanFactory.java 439648 2006-09-02 20:42:10Z oheger $ |