langtools/test/tools/javadoc/annotations/annotateParams/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
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