org.smart4j.framework.plugin.PluginProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of smart-framework Show documentation
Show all versions of smart-framework Show documentation
Smart Framework is a lightweight Java Web Framework
package org.smart4j.framework.plugin;
import java.util.List;
import org.smart4j.framework.aop.proxy.Proxy;
/**
* 插件代理
*
* @author huangyong
* @since 2.0
*/
public abstract class PluginProxy implements Proxy {
public abstract List> getTargetClassList();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy