Creating package-info.java in Netbeans

I'm a little frustrated that Netbeans won't even let you create a 'package-info.java' file because of its naming rules. Is there any way to get around this?
[167 byte] By [komodoDavea] at [2007-10-3 5:54:54]
# 1

I don't know NetBeans very well, so don't know of any workaround for the naming.

You can just name the file "package.html" and it will do the same thing. The drawback is that it won't allow for package annotations -- it can still have javadoc tags, though.

http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/javadoc.html#packagecomment

dhkramera at 2007-7-15 0:35:37 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...