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