<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>装饰模式 on 极客老墨</title>
    <link>https://blog.hankmo.com/tags/%E8%A3%85%E9%A5%B0%E6%A8%A1%E5%BC%8F/</link>
    <description>Recent content in 装饰模式 on 极客老墨</description>
    <generator>Hugo -- 0.138.0</generator>
    <language>zh-cn</language>
    <lastBuildDate>Thu, 05 Nov 2020 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://blog.hankmo.com/tags/%E8%A3%85%E9%A5%B0%E6%A8%A1%E5%BC%8F/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Java设计模式(11)-装饰模式</title>
      <link>https://blog.hankmo.com/posts/architecture/java-decorator-pattern/</link>
      <pubDate>Thu, 05 Nov 2020 00:00:00 +0000</pubDate>
      <guid>https://blog.hankmo.com/posts/architecture/java-decorator-pattern/</guid>
      <description>在不改变现有对象结构的情况下，动态地给该对象增加一些职责（即增加其额外功能）的模式称为装饰模式。装饰模式属于一种结构型模式，它比继承更灵活。</description>
    </item>
  </channel>
</rss>
