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