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