Skip to content

Commit 3dd2c48

Browse files
authored
Merge pull request #373 from VladPodilnyk/backport-unused
add @unused.
2 parents 181d812 + e35e330 commit 3dd2c48

File tree

1 file changed

+15
-0
lines changed
  • compat/src/main/scala-2.11_2.12/scala/annotation

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Scala (https://www.scala-lang.org)
3+
*
4+
* Copyright EPFL and Lightbend, Inc.
5+
*
6+
* Licensed under Apache License 2.0
7+
* (http://www.apache.org/licenses/LICENSE-2.0).
8+
*
9+
* See the NOTICE file distributed with this work for
10+
* additional information regarding copyright ownership.
11+
*/
12+
13+
package scala.annotation
14+
15+
final class unused extends deprecated("unused", "unused")

0 commit comments

Comments
 (0)