<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>asato-d</author_name>
  <author_url>https://blog.hatena.ne.jp/asato-d/</author_url>
  <blog_title>asatoの技術的な内容の日記</blog_title>
  <blog_url>https://asato-d.hatenadiary.org/</blog_url>
  <categories>
    <anon>AOP</anon>
  </categories>
  <description>タイプセーフかどーかは知らないけど、現在の AspectJ での抽象ポイントカットの仕組みは、やや安全ではないと思う。 たとえば、次のような抽象アスペクトがあるとする: public abstract aspect SetLogging { protected abstract pointcut targetClass(); before() : call( void set*(..) ) &amp;&amp; targetClass() { // log } }この抽象アスペクトの役割は、指定されたクラスの set*(..) メソッドみのログを取ろうというもの。 たとえば、Point クラスのログを取りたい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fasato-d.hatenadiary.org%2Fentry%2F20040907%2F1094518637&quot; title=&quot; Type-Safe Pointcut Extension - asatoの技術的な内容の日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2004-09-07 09:57:17</published>
  <title> Type-Safe Pointcut Extension</title>
  <type>rich</type>
  <url>https://asato-d.hatenadiary.org/entry/20040907/1094518637</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
