com.github.datalking.beans.factory.ObjectFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-ioc Show documentation
Show all versions of play-ioc Show documentation
simple ioc container with aop support.
The newest version!
package com.github.datalking.beans.factory;
/**
* 创建bean的简单工厂接口
* 用于AbstractBeanFactory的doGetBean()
*
* @author yaoo on 4/4/18
*/
public interface ObjectFactory {
T getObject();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy