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