com.github.zhengframework.mybatis.MapperClassProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zheng-mybatis Show documentation
Show all versions of zheng-mybatis Show documentation
zheng framework module: mybatis support
package com.github.zhengframework.mybatis;
import java.util.Collection;
import javax.inject.Provider;
public interface MapperClassProvider extends Provider>> {
}