<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Package annotations</title>
	<link>http://tech.puredanger.com/2007/02/28/package-annotations/</link>
	<description>Alex Miller's technical blog</description>
	<pubDate>Thu, 20 Nov 2008 17:15:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Alex</title>
		<link>http://tech.puredanger.com/2007/02/28/package-annotations/#comment-895</link>
		<pubDate>Mon, 05 Mar 2007 16:19:13 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/02/28/package-annotations/#comment-895</guid>
					<description>Same thing works for javadoc in the default package - just create a package-info.java file at the root of a source tree.  The file will contain only javadoc (and no package declaration since you can't).  

I don't think you can specify annotations on the default package as there would be no way to declare it.</description>
		<content:encoded><![CDATA[<p>Same thing works for javadoc in the default package - just create a package-info.java file at the root of a source tree.  The file will contain only javadoc (and no package declaration since you can&#8217;t).  </p>
<p>I don&#8217;t think you can specify annotations on the default package as there would be no way to declare it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mats Henricson</title>
		<link>http://tech.puredanger.com/2007/02/28/package-annotations/#comment-894</link>
		<pubDate>Mon, 05 Mar 2007 07:33:33 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/02/28/package-annotations/#comment-894</guid>
					<description>Now tell me, how do you annotate the default package, i.e. where no package is specified? Is that even possible?

Mats</description>
		<content:encoded><![CDATA[<p>Now tell me, how do you annotate the default package, i.e. where no package is specified? Is that even possible?</p>
<p>Mats
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Joe Darcy</title>
		<link>http://tech.puredanger.com/2007/02/28/package-annotations/#comment-881</link>
		<pubDate>Fri, 02 Mar 2007 19:52:47 +0000</pubDate>
		<guid>http://tech.puredanger.com/2007/02/28/package-annotations/#comment-881</guid>
					<description>Yes, I &lt;a href=&quot;http://blogs.sun.com/darcy/entry/javadoc_tip_prefer_package_info&quot; rel=&quot;nofollow&quot;&gt;prefer to use package-info.java rather than package.html&lt;/a&gt;.  I used package-info files in JSR 269 and switched java.math, java.lang, and a few other packages to use package-info files in JDK 7.</description>
		<content:encoded><![CDATA[<p>Yes, I <a href="http://blogs.sun.com/darcy/entry/javadoc_tip_prefer_package_info" rel="nofollow">prefer to use package-info.java rather than package.html</a>.  I used package-info files in JSR 269 and switched java.math, java.lang, and a few other packages to use package-info files in JDK 7.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
