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