langtools/test/tools/javadoc/annotations/shortcuts/expected.out
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 10 06bc494ca11e
permissions -rw-r--r--
Initial load
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