![JAR search and dependency download from the Maven repository](/logo.png)
net.dubboclub.restful.export.ExportHandler Maven / Gradle / Ivy
package net.dubboclub.restful.export;
/**
* @date: 2016/2/22.
* @author:bieber.
* @project:dubbo-plus.
* @package:net.dubboclub.restful.export.
* @version:1.0.0
* @fix:
* @description: 描述功能
*/
public class ExportHandler implements Runnable {
private String serviceKey;
public ExportHandler(String serviceKey) {
this.serviceKey = serviceKey;
}
@Override
public void run() {
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy