summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-03-19 17:15:45 +0000
committermichelou <michelou@epfl.ch>2007-03-19 17:15:45 +0000
commita600ff64fbb6a5397859496779177d6afdcc6e8b (patch)
tree30977e299ce21dc084e94d8a601ad16b24efbdc7 /src/library
parent50bcf69e3f76601539b275d3d2b4de14468edecf (diff)
downloadscala-a600ff64fbb6a5397859496779177d6afdcc6e8b.tar.gz
scala-a600ff64fbb6a5397859496779177d6afdcc6e8b.tar.bz2
scala-a600ff64fbb6a5397859496779177d6afdcc6e8b.zip
added more links to source files
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/ClassfileAnnotation.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/library/scala/ClassfileAnnotation.scala b/src/library/scala/ClassfileAnnotation.scala
index cca9751baa..d5577a4523 100644
--- a/src/library/scala/ClassfileAnnotation.scala
+++ b/src/library/scala/ClassfileAnnotation.scala
@@ -13,10 +13,11 @@ package scala
/** <p>
* A base class for classfile annotations. These are stored as
- * Java annotations in classfiles.
+ * <a href="http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html"
+ * target="_top">Java annotations</a> in classfiles.
* </p>
*
* @author Martin Odersky
* @version 1.1, 2/02/2007
*/
-trait ClassfileAnnotation extends Annotation {}
+trait ClassfileAnnotation extends Annotation