richie
6 years ago
1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@
|
||||
package com.fr.plugin.loading; |
||||
|
||||
import com.fr.stable.fun.FunctionProcessor; |
||||
import com.fr.stable.fun.impl.AbstractFunctionProcessor; |
||||
|
||||
/** |
||||
* Created by richie on 16/5/4. |
||||
* 没有任何作用的类,如果是只需要支持9.0或者10.0,用最新的功能点记录API接口 |
||||
* @deprecated |
||||
*/ |
||||
public class Holder { |
||||
|
||||
private FunctionProcessor processor = new AbstractFunctionProcessor() { |
||||
@Override |
||||
public int getId() { |
||||
return super.getId(); |
||||
} |
||||
|
||||
@Override |
||||
public String getLocaleKey() { |
||||
return super.getLocaleKey(); |
||||
} |
||||
}; |
||||
} |
Loading…
Reference in new issue