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

Thu, 06 Dec 2012 12:04:44 -0800

author
katleman
date
Thu, 06 Dec 2012 12:04:44 -0800
changeset 1427
e9a13a6c9d5d
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8-b67 for changeset 303b09787a69

     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