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