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