summaryrefslogtreecommitdiff
path: root/src/library/scala/ClassfileAnnotation.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/ClassfileAnnotation.scala')
-rw-r--r--src/library/scala/ClassfileAnnotation.scala23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/library/scala/ClassfileAnnotation.scala b/src/library/scala/ClassfileAnnotation.scala
new file mode 100644
index 0000000000..d5577a4523
--- /dev/null
+++ b/src/library/scala/ClassfileAnnotation.scala
@@ -0,0 +1,23 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2006-2007, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+\* */
+
+// $Id$
+
+
+package scala
+
+/** <p>
+ * A base class for classfile annotations. These are stored as
+ * <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