代碼報(bào)錯(cuò)了
T) Proxy.newProxyInstance(type.getClassLoader(), new Class[]{type}, new MapperProxy());這句話怎么報(bào)錯(cuò)了?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下,再看下是否導(dǎo)入錯(cuò)了類,以及參數(shù)類型是否match