test/tools/javadoc/annotations/annotatePackage/expected.out

changeset 1
9a66ca7c79fa
parent 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/javadoc/annotations/annotatePackage/expected.out	Sat Dec 01 00:00:00 2007 +0000
     1.3 @@ -0,0 +1,21 @@
     1.4 +/**
     1.5 +This is package pkg1.
     1.6 +
     1.7 + For every problem, there is a solution that is simple, elegant, and wrong.
     1.8 +@author:H. L. Mencken
     1.9 +@since:1880
    1.10 +*/
    1.11 +package pkg1
    1.12 +  annotations:
    1.13 +    @java.lang.Deprecated
    1.14 +    @pkg1.A(boolean.class)
    1.15 +
    1.16 +/**
    1.17 +Albert Einstein commenting on the book
    1.18 +<i>110 German Scientists Against Einstein</i>:
    1.19 +"If I had been wrong it would only have needed one."
    1.20 +*/
    1.21 +package pkg2
    1.22 +
    1.23 +pkg1.A
    1.24 +pkg2.B

mercurial