From e35e330fca28c78c39fa2d4812fa33ce892f19e3 Mon Sep 17 00:00:00 2001 From: Vlad Podilnyk Date: Fri, 2 Oct 2020 16:43:09 +0300 Subject: [PATCH] add @unused. --- .../scala-2.11_2.12/scala/annotation/unused.scala | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 compat/src/main/scala-2.11_2.12/scala/annotation/unused.scala diff --git a/compat/src/main/scala-2.11_2.12/scala/annotation/unused.scala b/compat/src/main/scala-2.11_2.12/scala/annotation/unused.scala new file mode 100644 index 00000000..af53118e --- /dev/null +++ b/compat/src/main/scala-2.11_2.12/scala/annotation/unused.scala @@ -0,0 +1,15 @@ +/* + * Scala (https://www.scala-lang.org) + * + * Copyright EPFL and Lightbend, Inc. + * + * Licensed under Apache License 2.0 + * (http://www.apache.org/licenses/LICENSE-2.0). + * + * See the NOTICE file distributed with this work for + * additional information regarding copyright ownership. + */ + +package scala.annotation + +final class unused extends deprecated("unused", "unused")