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