com.github.datalking.beans.factory.FactoryBean Maven / Gradle / Ivy
package com.github.datalking.beans.factory;
/**
* @author yaoo on 4/19/18
*/
public interface FactoryBean {
T getObject();
Class> getObjectType();
boolean isSingleton();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy