test/tools/javadoc/annotations/shortcuts/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

aoqi@0 1 interface pkg1.A
aoqi@0 2 name: A / A / pkg1.A
aoqi@0 3 annotations:
aoqi@0 4 @pkg1.Value("there is only one")
aoqi@0 5 @pkg1.Array(favoriteNumbers=3.5)
aoqi@0 6 @pkg1.Marker

mercurial