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