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

com.github.datalking.aop.framework.AopProxyFactory Maven / Gradle / Ivy

package com.github.datalking.aop.framework;

/**
 * aop代理创建工厂 接口
 *
 * @author yaoo on 4/18/18
 */
public interface AopProxyFactory {

    AopProxy createAopProxy(AdvisedSupport config);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy