字号: 小 中 大 |
推荐给好友
上一篇 |
下一篇
AOP 的利器:ASM 3.0 介绍
发布: 2008-6-23 16:59 |
作者: 不详 |
来源:
领测软件测试网编辑整理 |
查看: 41次 | 进入软件测试论坛讨论
领测软件测试网
软件测试技术网 Z:|D1I&J9l+ah
软件测试技术网3wt dZ
k.i l/x
XE(R另一个是 Account
类:
L*Po,MF6]
软件测试技术网]fk3W6u.{ 软件测试技术网 hQ9Fvch7an
软件测试技术网4MAY1l/Z*VUP]g
public class Account {
public void operation() {
System.out.println("operation...");
//TODO real operation
}
}
|
iK-D9_2}!F$u,YG+e"Y,a5i+}
_lx
软件测试技术网?7P/CCS}OKUu若想对 operation
加入对 SecurityCheck.checkSecurity()
调用,标准的 Decorator 需要先定义一个 Account
类的接口:软件测试技术网`
dxM,UF tN)[&[x`
软件测试技术网"]k/XC'y@public interface Account {软件测试技术网}'t8gB7Mb
void operation();
r4b#H