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