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