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

Sat, 17 Nov 2012 19:01:03 +0000

author
mcimadamore
date
Sat, 17 Nov 2012 19:01:03 +0000
changeset 1415
01c9d4161882
parent 0
959103a6100f
permissions
-rw-r--r--

8003280: Add lambda tests
Summary: Turn on lambda expression, method reference and default method support
Reviewed-by: jjg

     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