houxiao
2017-08-01 ab5f950eb26752a7a26ea746dd22a41a00b1074a
1
2
3
4
5
package com.awsle.aibatis.xml.engine.objecttree.reflection;
 
public interface ObjectFactory {
    Object create(Class type);
}