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

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

mercurial