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

Sat, 01 Dec 2007 00:00:00 +0000

author
duke
date
Sat, 01 Dec 2007 00:00:00 +0000
changeset 1
9a66ca7c79fa
parent 0
959103a6100f
permissions
-rw-r--r--

Initial load

     1 /**
     2 This is package pkg1.
     4  For every problem, there is a solution that is simple, elegant, and wrong.
     5 @author:H. L. Mencken
     6 @since:1880
     7 */
     8 package pkg1
     9   annotations:
    10     @java.lang.Deprecated
    11     @pkg1.A(boolean.class)
    13 /**
    14 Albert Einstein commenting on the book
    15 <i>110 German Scientists Against Einstein</i>:
    16 "If I had been wrong it would only have needed one."
    17 */
    18 package pkg2
    20 pkg1.A
    21 pkg2.B

mercurial