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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
/**
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
This is package pkg1.
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
 For every problem, there is a solution that is simple, elegant, and wrong.
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
@author:H. L. Mencken
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
@since:1880
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
*/
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
package pkg1
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
    @java.lang.Deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
    @pkg1.A(boolean.class)
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
/**
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
Albert Einstein commenting on the book
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
<i>110 German Scientists Against Einstein</i>:
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
"If I had been wrong it would only have needed one."
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
*/
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
package pkg2
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
pkg1.A
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
pkg2.B