Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Jan 18, 2016
1 parent f2e895a commit 69d2883
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions designpatterns/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

* [代理模式定义](#代理模式定义)
* [静态代理](#静态代理)
* [代理模式的参与者](#1、代理模式的参与者)
* [代理模式的实现思路](#2、代理模式的实现思路)
* [静态代理的实例](#3、静态代理的实例)
* [代理模式的参与者](#代理模式的参与者)
* [代理模式的实现思路](#代理模式的实现思路)
* [静态代理的实例](#静态代理的实例)
* [动态代理](#动态代理)
* [JDK动态代理源码分析(JDK7)](#JDK动态代理源码分析(JDK7))
* [代理对象是如何创建出来的?](#代理对象是如何创建出来的?)
Expand Down

0 comments on commit 69d2883

Please sign in to comment.