All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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