summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormihaylov <mihaylov@epfl.ch>2006-02-13 07:32:26 +0000
committermihaylov <mihaylov@epfl.ch>2006-02-13 07:32:26 +0000
commitf292079705c9bb069dd596d147559df94a83a13d (patch)
tree55d69d1e2c9750e022537e4d55e32dd1545e6197 /src
parent8f7db2818a468501cce1cb93474a10a92a85e571 (diff)
downloadscala-f292079705c9bb069dd596d147559df94a83a13d.tar.gz
scala-f292079705c9bb069dd596d147559df94a83a13d.tar.bz2
scala-f292079705c9bb069dd596d147559df94a83a13d.zip
Added the names of Java annotations classfile a...
Added the names of Java annotations classfile attributes
Diffstat (limited to 'src')
-rw-r--r--src/compiler/scala/tools/nsc/symtab/StdNames.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/symtab/StdNames.scala b/src/compiler/scala/tools/nsc/symtab/StdNames.scala
index 0e18f0e739..6a6bbafdf1 100644
--- a/src/compiler/scala/tools/nsc/symtab/StdNames.scala
+++ b/src/compiler/scala/tools/nsc/symtab/StdNames.scala
@@ -325,6 +325,8 @@ mixin class StdNames requires SymbolTable {
val JacoMetaATTR = newTermName("JacoMeta");
val ScalaSignatureATTR = newTermName("ScalaSig");
val JavaInterfaceATTR = newTermName("JacoInterface");
+ val RuntimeAnnotationATTR = newTermName("RuntimeVisibleAnnotations");
+ val ClassfileAnnotationATTR = newTermName("RuntimeInvisibleAnnotations");
// '_' is temporary
val _Attribute = newTypeName("Attribute");