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