<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>j5ik2o</author_name>
  <author_url>https://blog.hatena.ne.jp/j5ik2o/</author_url>
  <blog_title>かとじゅんの技術日誌</blog_title>
  <blog_url>https://blog.j5ik2o.me/</blog_url>
  <categories>
    <anon>Scala</anon>
    <anon>Java</anon>
  </categories>
  <description>Scalaでシングルトンといえば、object型でしょう。実は、「はい それで終わり」ではありません。今日はそんな話。 object Singleton { println(&quot;Construct&quot;) val name = &quot;SINGLETON&quot; } println(Singleton.name) jadるとこんな感じ。 public final class Singleton$ implements ScalaObject { private final String name = &quot;SINGLETON&quot;; public String name() { return name; } publi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.j5ik2o.me%2Fentry%2F20110308%2F1299565862&quot; title=&quot; ScalaのシングルトンをJavaの視点で読み解く - かとじゅんの技術日誌&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>2011-03-08 15:31:02</published>
  <title> ScalaのシングルトンをJavaの視点で読み解く</title>
  <type>rich</type>
  <url>https://blog.j5ik2o.me/entry/20110308/1299565862</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
