langtools/test/tools/javadoc/annotations/shortcuts/expected.out
author jmasa
Wed, 24 Feb 2010 07:00:33 -0800
changeset 5035 0e498c4df637
parent 10 06bc494ca11e
permissions -rw-r--r--
6928081: G1: rename parameters common with CMS Summary: Rename marking stack sizing flags to be common between G1 and CMS Reviewed-by: ysr, tonyp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10
06bc494ca11e Initial load
duke
parents:
diff changeset
     1
interface pkg1.A
06bc494ca11e Initial load
duke
parents:
diff changeset
     2
  name: A / A / pkg1.A
06bc494ca11e Initial load
duke
parents:
diff changeset
     3
  annotations:
06bc494ca11e Initial load
duke
parents:
diff changeset
     4
    @pkg1.Value("there is only one")
06bc494ca11e Initial load
duke
parents:
diff changeset
     5
    @pkg1.Array(favoriteNumbers=3.5)
06bc494ca11e Initial load
duke
parents:
diff changeset
     6
    @pkg1.Marker