online.sanen.unabo.api.PipelineFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of unabo Show documentation
Show all versions of unabo Show documentation
Unabo, the Java™ progressive ORM framework
The newest version!
package online.sanen.unabo.api;
import online.sanen.unabo.api.component.Pipeline;
/**
*
* Pipe factory
* @author LazyToShow
* Date: 2017/10/21
* Time: 23:19
*
*/
public interface PipelineFactory {
Pipeline getPipeline();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy