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