langtools/test/tools/javadoc/annotations/shortcuts/expected.out
author twisti
Thu, 07 May 2009 00:28:13 -0700
changeset 2863 ef8439ec732b
parent 10 06bc494ca11e
permissions -rw-r--r--
Merge
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