com.wichell.framework.proxy.mybatis.IMybatisProxyFactory Maven / Gradle / Ivy
package com.wichell.framework.proxy.mybatis;
import com.wichell.framework.proxy.ProxyInterceptor;
public interface IMybatisProxyFactory {
public ProxyInterceptor[] init();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy