test/tools/javadoc/annotations/annotateMethodsFields/expected.out

Mon, 23 Sep 2013 17:27:38 +0400

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 0
959103a6100f
permissions
-rw-r--r--

7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini

     1 element pkg1.A.value()
     2   annotations:
     3     @pkg1.A("value")
     4   returns:
     5     String
     7 field E econst
     8   annotations:
     9     @pkg1.A("econst")
    11 field int f
    12   annotations:
    13     @pkg1.A("f")
    15 method pkg1.B.m1(int)
    16   signature: (int)
    17              (int)
    18   annotations:
    19     @pkg1.A("m1")
    20   returns:
    21     void

mercurial