Object proxy3=Proxy.newInstance(target.getClass().getClassLoader(),target.getClass.getInstance(),new InvocationHandler(){ throws Theowable{ advice.beforeMethod(method); Object reval=method.invoke(target,args); adviceafterMethod(method); return reval;}});第一个问题,是今天看毕向东老师视频时看到的,new本身是一个对象,为什么?第二个问题,throws Theowable{}这里是什么意思?
|