aboutsummaryrefslogtreecommitdiff
path: root/src/scala/annotation/static.scala
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2016-10-18 17:42:57 +0200
committerGuillaume Martres <smarter@ubuntu.com>2016-11-22 01:35:06 +0100
commit2769e1b5b680868433c91b37d44f9420d728c4ac (patch)
treeba66613269a7b50746f124a92d9c970411521825 /src/scala/annotation/static.scala
parent2d10c87ce537fb42fdb134efcae53dca7305a7b7 (diff)
downloaddotty-2769e1b5b680868433c91b37d44f9420d728c4ac.tar.gz
dotty-2769e1b5b680868433c91b37d44f9420d728c4ac.tar.bz2
dotty-2769e1b5b680868433c91b37d44f9420d728c4ac.zip
separate lib from compiler
Diffstat (limited to 'src/scala/annotation/static.scala')
-rw-r--r--src/scala/annotation/static.scala13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/scala/annotation/static.scala b/src/scala/annotation/static.scala
deleted file mode 100644
index b00072b18..000000000
--- a/src/scala/annotation/static.scala
+++ /dev/null
@@ -1,13 +0,0 @@
-package scala.annotation
-
-import scala.annotation.meta._
-
-/** https://github.com/scala/scala.github.com/pull/491 */
-
-@field
-@getter
-@beanGetter
-@beanSetter
-@param
-@setter
-final class static extends StaticAnnotation