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