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