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.
14 lines
370 B
14 lines
370 B
package com.fr.plugin.third.party.jsdbahfc; |
|
|
|
import com.fr.intelli.record.Focus; |
|
import com.fr.intelli.record.Original; |
|
import com.fr.record.analyzer.EnableMetrics; |
|
|
|
@EnableMetrics |
|
public class Utils { |
|
@Focus(id = ThemeConstants.PLUGIN_ID, text = "plugin-jsdbahfc", source = Original.PLUGIN) |
|
public static void logFunction() { |
|
//功能点记录 |
|
} |
|
|
|
}
|
|
|