diff -r 000000000000 -r 9a66ca7c79fa test/tools/javadoc/annotations/annotatePackage/expected.out --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/javadoc/annotations/annotatePackage/expected.out Sat Dec 01 00:00:00 2007 +0000 @@ -0,0 +1,21 @@ +/** +This is package pkg1. + + For every problem, there is a solution that is simple, elegant, and wrong. +@author:H. L. Mencken +@since:1880 +*/ +package pkg1 + annotations: + @java.lang.Deprecated + @pkg1.A(boolean.class) + +/** +Albert Einstein commenting on the book +110 German Scientists Against Einstein: +"If I had been wrong it would only have needed one." +*/ +package pkg2 + +pkg1.A +pkg2.B