Agreed. I have just setup my IDE to create package-info.java when it
creates new packages.
I was just checking if p-i.java was forbidden.
<case-closed/>
On 05/14/2013 09:38 AM, David M. Lloyd wrote:
A package-info.java file for tests is just noise. We do not create
JavaDoc for test files.
On 05/14/2013 09:24 AM, Anil Saldhana wrote:
> Stuart,
> I see that you removed the package-info.java from my commit.
>
https://github.com/anilsaldhana/undertow/commit/c25390580543c0da729a96673...
>
>
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javadoc.html...
> ============
> To create a package comment file, you have a choice of two files to
> place your comments:
>
> package-info.java - Can contain a package declaration, package
> annotations, package comments and Javadoc tags. This file is generally
> preferred over package.html.
> package.html - Can contain only package comments and Javadoc tags,
> no package annotations.
> =============
>
> You do not recommend? I know some IDEs have issues.
>
> Regards,
> Anil
> _______________________________________________
> undertow-dev mailing list
> undertow-dev(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/undertow-dev
>