From c73fbaa3fa082788fb3057ab7d8bce4b0f4b426b Mon Sep 17 00:00:00 2001 From: Dmitry Petrashko Date: Mon, 7 Mar 2016 17:49:23 +0100 Subject: Implement @static sip. This pull request implements most of machinery needed for https://github.com/scala/scala.github.com/pull/491 Only 3-rd check is not implemented by this commit. I propose to get this in faster to fix #1149 --- src/scala/annotation/static.scala | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/scala/annotation/static.scala (limited to 'src/scala/annotation/static.scala') 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 -- cgit v1.2.3