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.
18 lines
580 B
18 lines
580 B
4 years ago
|
package com.fr.plugin.cool.cartnoon;
|
||
4 years ago
|
|
||
|
import com.fr.intelli.record.Focus;
|
||
|
import com.fr.intelli.record.Original;
|
||
|
import com.fr.plugin.transform.FunctionRecorder;
|
||
|
import com.fr.record.analyzer.EnableMetrics;
|
||
|
import com.fr.stable.fun.impl.AbstractLocaleFinder;
|
||
|
|
||
|
@FunctionRecorder
|
||
|
@EnableMetrics
|
||
|
public class FunLocaleFinder extends AbstractLocaleFinder {
|
||
|
@Override
|
||
|
@Focus(id = FunConstants.PLUGIN_ID, text = "Plugin-Test_Function_FRExchangeRate", source = Original.PLUGIN)
|
||
|
public String find() {
|
||
|
return "com/fr/plugin/market/update/local/marketUpdate";
|
||
|
}
|
||
|
}
|