代码报错了
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[])