Module io.github.mmm.bean.factory


module io.github.mmm.bean.factory
Provides BeanFactory to create beans also from interfaces as dynamic proxies. If you want to have no boilerplate code at all, like to have multi-inheritance and do not fear magic, you can even define your beans as interfaces. To instantiate such bean, you need to use BeanFactory.create(Class).