论坛首页 Java企业应用论坛

注解+动态代理的一个例子

浏览 14168 次
精华帖 (1) :: 良好帖 (0) :: 新手帖 (6) :: 隐藏帖 (0)
作者 正文
   发表时间:2011-03-19  
liuyes 写道
相当不错,注释很强大

的确非常强大.....
0 请登录后投票
   发表时间:2011-10-21  
我跑完怎么和写的不一样?
0 请登录后投票
   发表时间:2011-10-21  
lirenjiede 写道
我跑完怎么和写的不一样?

你的结果是什么?
0 请登录后投票
   发表时间:2011-10-21  
Cindy_Lee 写道
lirenjiede 写道
我跑完怎么和写的不一样?

你的结果是什么?

 

 hello...
*****************************
hello2...

0 请登录后投票
   发表时间:2011-10-21  
stormtoy 写道
Cindy_Lee 写道
lirenjiede 写道
我跑完怎么和写的不一样?

你的结果是什么?

 

 hello...
*****************************
hello2...

 

那是因为代码漏了点东西:


public Object bind(Object obj,String methodName){  
        this.o = obj;  
        this.methodName = methodName;
        return Proxy.newProxyInstance(obj.getClass().getClassLoader(), obj.getClass().getInterfaces(), this);  
    }

 

0 请登录后投票
   发表时间:2011-10-21  
goldenfish1919 写道
stormtoy 写道
Cindy_Lee 写道
lirenjiede 写道
我跑完怎么和写的不一样?

你的结果是什么?

 

 hello...
*****************************
hello2...

 

那是因为代码漏了点东西:


public Object bind(Object obj,String methodName){  
        this.o = obj;  
        this.methodName = methodName;
        return Proxy.newProxyInstance(obj.getClass().getClassLoader(), obj.getClass().getInterfaces(), this);  
    }

 


3Q

0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics