cn.com.cjf.CJFBeanFactory Maven / Gradle / Ivy
package cn.com.cjf;
/**
* ?ӿڵĹ???
* @author saiya [email protected]
* @lastEdit 2008-10-28
*
*/
public class CJFBeanFactory {
private static ChineseJF chineseJF=new cn.com.cjf.impl.ChineseJFImpl();
public static ChineseJF getChineseJF(){
return chineseJF;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy