设计模式(java源码实现)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
liangqi c566e7fb02 整理注释 4 years ago
..
src 删除无用类 4 years ago
README.md 整理注释 4 years ago
pom.xml 项目初始化 5 years ago

README.md

装饰者模式

描述:装饰边框与被装饰物的一致性

不断地为对象添加装饰的设计模式称为"装饰者"