com.mayabot.nlp.injector.BeanFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mynlp Show documentation
Show all versions of mynlp Show documentation
Maya Nlp subproject :mynlp
package com.mayabot.nlp.injector;
import org.jetbrains.annotations.NotNull;
public interface BeanFactory {
public Object create(@NotNull Injector injector) ;
}