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