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