An open API service indexing awesome lists of open source software.

https://github.com/asergioscosta/decorator-pattern

Decorator pattern for adding responsibilities to objects without modifying their existing code.
https://github.com/asergioscosta/decorator-pattern

behavioral-pattern decorator-pattern design-patterns java

Last synced: 11 months ago
JSON representation

Decorator pattern for adding responsibilities to objects without modifying their existing code.

Awesome Lists containing this project

README

          

# decorator-design-pattern-exercise-2