test/langtools/tools/javadoc/annotations/annotatePackage/expected.out
branchniosocketimpl-branch
changeset 57208 7a45c67e73d0
parent 57207 30695f27d7ea
parent 53902 7a6fd71449e7
child 57210 a67ea4f53e56
equal deleted inserted replaced
57207:30695f27d7ea 57208:7a45c67e73d0
     1 /**
       
     2 This is package pkg1.
       
     3 
       
     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)
       
    12 
       
    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
       
    19 
       
    20 pkg1.A
       
    21 pkg2.B