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