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

Thu, 25 Aug 2011 17:18:25 -0700

author
schien
date
Thu, 25 Aug 2011 17:18:25 -0700
changeset 1067
f497fac86cf9
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8-b02 for changeset b3c059de2a61

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