代碼報錯了
T) Proxy.newProxyInstance(type.getClassLoader(), new Class[]{type}, new MapperProxy());這句話怎么報錯了?java.lang.Error: Unresolved compilation problems: The method newProxyInstance(Class, InvocationHandler) in the type Proxy is not applicable for the arguments (ClassLoader, Class[])
2016-04-05
先clean以下,再build下,再看下是否導入錯了類,以及參數類型是否match