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

Thu, 25 Aug 2011 17:18:25 -0700

author
schien
date
Thu, 25 Aug 2011 17:18:25 -0700
changeset 1067
f497fac86cf9
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8-b02 for changeset b3c059de2a61

     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