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

org.smart4j.framework.plugin.PluginProxy Maven / Gradle / Ivy

There is a newer version: 2.3.2
Show newest version
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