<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrew Eells dot com &#187; Java</title>
	<atom:link href="http://www.andrew-eells.com/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andrew-eells.com</link>
	<description>Java, Agile, Web comments</description>
	<lastBuildDate>Wed, 01 Feb 2012 13:45:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java Reflection &amp; Constructor Varargs</title>
		<link>http://www.andrew-eells.com/2009/11/12/java-reflection-contructor-varargs/</link>
		<comments>http://www.andrew-eells.com/2009/11/12/java-reflection-contructor-varargs/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 23:47:15 +0000</pubDate>
		<dc:creator>Andrew Eells</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.andrew-eells.com/?p=259</guid>
		<description><![CDATA[I had a spot of trouble getting reflection to work with a Vararg constructor. Without being entirely sure, I think this is because Generics are implemented by type erasure whereby the type information is only available at compile time. At runtime i.e. when the Reflection API is invoked, the type information has been erased by [...]]]></description>
		<wfw:commentRss>http://www.andrew-eells.com/2009/11/12/java-reflection-contructor-varargs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.andrew-eells.com @ 2012-02-05 17:37:16 -->
