<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Singleton Design Pattern in Java</title>
	<link>http://www.javenue.info/post/40</link>
	<description>Блог разработчика о Java и родственных технологиях</description>
	<pubDate>Wed, 08 Sep 2010 23:48:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Lenchik</title>
		<link>http://www.javenue.info/post/40#comment-43195</link>
		<author>Lenchik</author>
		<pubDate>Thu, 05 Feb 2009 00:43:28 +0000</pubDate>
		<guid>http://www.javenue.info/post/40#comment-43195</guid>
		<description>Real singleton from Joshua Bloch...
public enum Singleton {  
    INSTANCE;  
    public void foo() {  }  
}</description>
		<content:encoded><![CDATA[<p>Real singleton from Joshua Bloch&#8230;<br />
public enum Singleton {<br />
    INSTANCE;<br />
    public void foo() {  }<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
