Uses of Interface
io.github.mmm.bean.BeanFactory
-
Packages that use BeanFactory Package Description io.github.mmm.bean Provides the API for generic java beans defined as simple class or interface avoiding lots of boilerplate code.io.github.mmm.bean.impl Contains internal implementation. -
-
Uses of BeanFactory in io.github.mmm.bean
Methods in io.github.mmm.bean that return BeanFactory Modifier and Type Method Description static BeanFactoryBeanFactory. get() -
Uses of BeanFactory in io.github.mmm.bean.impl
Classes in io.github.mmm.bean.impl that implement BeanFactory Modifier and Type Class Description classBeanCreatorCreator ofAbstractBeaninstances.classBeanFactoryManagerImplementation ofBeanFactory.Fields in io.github.mmm.bean.impl declared as BeanFactory Modifier and Type Field Description static BeanFactoryBeanFactoryManager. INSTANCEThe singleton instance.
-