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