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

Tue, 06 Jun 2017 10:03:06 -0700

author
asaha
date
Tue, 06 Jun 2017 10:03:06 -0700
changeset 3395
ec280466843d
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8u141-b12 for changeset b5259d2465fa

     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