xuxiuxi
2017-07-23 ec30db486f424d304dc507e0077182404b65f9e6
1
2
3
4
5
package com.awsle.aibatis.xml.engine.objecttree.reflection;
 
public interface ObjectFactory {
    Object create(Class type);
}