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

element pkg1.A.value()
  annotations:
    @pkg1.A("value")
  returns:
    String

field E econst
  annotations:
    @pkg1.A("econst")

field int f
  annotations:
    @pkg1.A("f")

method pkg1.B.m1(int)
  signature: (int)
             (int)
  annotations:
    @pkg1.A("m1")
  returns:
    void