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