langtools/test/tools/javadoc/annotations/annotatePackage/expected.out
author twisti
Thu, 07 May 2009 00:28:13 -0700
changeset 2863 ef8439ec732b
parent 10 06bc494ca11e
permissions -rw-r--r--
Merge

/**
This is package pkg1.

 For every problem, there is a solution that is simple, elegant, and wrong.
@author:H. L. Mencken
@since:1880
*/
package pkg1
  annotations:
    @java.lang.Deprecated
    @pkg1.A(boolean.class)

/**
Albert Einstein commenting on the book
<i>110 German Scientists Against Einstein</i>:
"If I had been wrong it would only have needed one."
*/
package pkg2

pkg1.A
pkg2.B