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