We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e99302 commit 0c44cecCopy full SHA for 0c44cec
src/com/duwei/designpattern/decoration/Main.java
@@ -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