装饰器模式源码
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user