JSD-8210开源任务材料
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
549 B

package com.fr.plugin.xxx.report;
import com.fr.plugin.transform.ExecuteFunctionRecord;
import com.fr.plugin.transform.FunctionRecorder;
import com.fr.stable.fun.impl.AbstractJavaScriptFileHandler;
/**
* @author 秃破天际
* @version 10.0
* Created by 秃破天际 on 2020-04-01
**/
@FunctionRecorder
public class JSImporter extends AbstractJavaScriptFileHandler {
@Override
@ExecuteFunctionRecord
public String[] pathsForFiles() {
return new String[]{
"/com/fr/plugin/xxx/report/main.js"
};
}
}