Skip to content

Commit 0c44cec

Browse files
committed
装饰器
1 parent 4e99302 commit 0c44cec

File tree

1 file changed

+10
-0
lines changed
  • src/com/duwei/designpattern/decoration

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package com.duwei.designpattern.decoration;
2+
3+
/**
4+
* 装饰器模式
5+
*/
6+
public class Main {
7+
public static void main(String[] args) {
8+
9+
}
10+
}

0 commit comments

Comments
 (0)