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

Mon, 19 Sep 2016 09:50:03 -0700

author
asaha
date
Mon, 19 Sep 2016 09:50:03 -0700
changeset 3327
2b0dc1e2d28c
parent 0
959103a6100f
permissions
-rw-r--r--

Merge

     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