装饰器模式源码

This commit is contained in:
2018-10-08 16:00:50 +08:00
parent 9ead169b90
commit 86d9409ae2
3 changed files with 22 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
package top.fjy8018.designpattern.pattern.structural.decorator.after;
/**
* Servlet源码{@link javax.servlet.http.HttpServletRequestWrapper}
* JDK源码IO类{@link java.io.BufferedReader} {@link java.io.BufferedInputStream}
* Spring源码:{@link org.springframework.cache.transaction.TransactionAwareCacheDecorator}
* mybatis源码{@link org.apache.ibatis.cache.decorators.LruCache}
*
* @author F嘉阳
* @date 2018-09-27 17:04
*/