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