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