langtools/test/tools/javadoc/annotations/annotateParams/expected.out
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
pkg1.C(boolean)
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
parameter boolean p0
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    @pkg1.A("p0")
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
pkg1.C.m(int, int, java.lang.String)
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
parameter int p1
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
    @pkg1.A("p1")
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
parameter int p2
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
parameter String p3
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
    @java.lang.Deprecated
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
    @pkg1.A("p3")
06bc494ca11e Initial load
duke
parents:
diff changeset
    17