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

com.mayabot.nlp.injector.BeanFactory Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package com.mayabot.nlp.injector;

import org.jetbrains.annotations.NotNull;

public interface BeanFactory {
    public Object create(@NotNull Injector injector) ;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy