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