<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Neal Gafter&#8217;s proposal for constructor type inference</title>
	<atom:link href="http://www.0xcafefeed.com/2007/07/neal-gafters-proposal-for-constructor/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.0xcafefeed.com/2007/07/neal-gafters-proposal-for-constructor/</link>
	<description>Thoughts on Java™, Java EE™ and web application development</description>
	<lastBuildDate>Fri, 30 Apr 2010 07:48:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: alex</title>
		<link>http://www.0xcafefeed.com/2007/07/neal-gafters-proposal-for-constructor/comment-page-1/#comment-226</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 06 Apr 2009 18:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=17#comment-226</guid>
		<description>what if 
HashMap  a();
compiled exactly as 
HashMap  a = new HashMap  ();
?
alex</description>
		<content:encoded><![CDATA[<p>what if<br />
HashMap  a();<br />
compiled exactly as<br />
HashMap  a = new HashMap  ();<br />
?<br />
alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jed</title>
		<link>http://www.0xcafefeed.com/2007/07/neal-gafters-proposal-for-constructor/comment-page-1/#comment-67</link>
		<dc:creator>Jed</dc:creator>
		<pubDate>Tue, 25 Mar 2008 02:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=17#comment-67</guid>
		<description>2 Pros</description>
		<content:encoded><![CDATA[<p>2 Pros</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neal Gafter</title>
		<link>http://www.0xcafefeed.com/2007/07/neal-gafters-proposal-for-constructor/comment-page-1/#comment-63</link>
		<dc:creator>Neal Gafter</dc:creator>
		<pubDate>Sat, 07 Jul 2007 00:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.0xCAFEFEED.com/?p=17#comment-63</guid>
		<description>That makes it 1 pro 0 con.</description>
		<content:encoded><![CDATA[<p>That makes it 1 pro 0 con.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
