aboutsummaryrefslogtreecommitdiff
path: root/src/scala/annotation/static.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/scala/annotation/static.scala')
-rw-r--r--src/scala/annotation/static.scala13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/scala/annotation/static.scala b/src/scala/annotation/static.scala
new file mode 100644
index 000000000..fd683b467
--- /dev/null
+++ b/src/scala/annotation/static.scala
@@ -0,0 +1,13 @@
+package scala.annotation
+
+import scala.annotation.meta._
+
+/** https://github.com/scala/scala.github.com/pull/491 */
+
+@field
+@getter
+@beanGetter
+@beanGetter
+@param
+@setter
+final class static extends StaticAnnotation