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