langtools/test/tools/javadoc/annotations/annotateMethodsFields/expected.out
author psandoz
Mon, 25 Nov 2013 09:55:34 +0100
changeset 21846 c10feb34bc0b
parent 10 06bc494ca11e
permissions -rw-r--r--
8028516: Java doc error in Int/Long/Double/Stream.peek Reviewed-by: chegar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
element pkg1.A.value()
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
    @pkg1.A("value")
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
  returns:
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    String
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
06bc494ca11e Initial load
duke
parents:
diff changeset
     7
field E econst
06bc494ca11e Initial load
duke
parents:
diff changeset
     8
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
     9
    @pkg1.A("econst")
06bc494ca11e Initial load
duke
parents:
diff changeset
    10
06bc494ca11e Initial load
duke
parents:
diff changeset
    11
field int f
06bc494ca11e Initial load
duke
parents:
diff changeset
    12
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
    13
    @pkg1.A("f")
06bc494ca11e Initial load
duke
parents:
diff changeset
    14
06bc494ca11e Initial load
duke
parents:
diff changeset
    15
method pkg1.B.m1(int)
06bc494ca11e Initial load
duke
parents:
diff changeset
    16
  signature: (int)
06bc494ca11e Initial load
duke
parents:
diff changeset
    17
             (int)
06bc494ca11e Initial load
duke
parents:
diff changeset
    18
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
    19
    @pkg1.A("m1")
06bc494ca11e Initial load
duke
parents:
diff changeset
    20
  returns:
06bc494ca11e Initial load
duke
parents:
diff changeset
    21
    void
06bc494ca11e Initial load
duke
parents:
diff changeset
    22