summaryrefslogtreecommitdiff
path: root/src/library/scala/Annotation.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/Annotation.scala')
-rw-r--r--src/library/scala/Annotation.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/library/scala/Annotation.scala b/src/library/scala/Annotation.scala
index 1618e6aed7..543e19791e 100644
--- a/src/library/scala/Annotation.scala
+++ b/src/library/scala/Annotation.scala
@@ -15,7 +15,8 @@ package scala
* A base class for annotations. Annotations extending this class directly
* are not preserved for the Scala type checker and are also not stored
* as Java annotations in classfiles. To enable either or both of these,
- * one needs to inherit from <code>StaticAnnotation</code> or/and
+ * one needs to inherit from
+ * <a href="StaticAnnotation.html"><code>StaticAnnotation</code></a> or/and
* <a href="ClassfileAnnotation.html"><code>ClassfileAnnotation</code></a>.
* </p>
*