From 91aea5ba563ca3777cb9155f1ba71e5ca43cceb3 Mon Sep 17 00:00:00 2001 From: Hamza Remmal <56235032+hamzaremmal@users.noreply.github.com> Date: Thu, 14 Dec 2023 01:04:17 +0100 Subject: [PATCH] Schedule @experimental to be final in the future --- library/src/scala/annotation/experimental.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/library/src/scala/annotation/experimental.scala b/library/src/scala/annotation/experimental.scala index 3d7a023176e3..69ab5b9c7221 100644 --- a/library/src/scala/annotation/experimental.scala +++ b/library/src/scala/annotation/experimental.scala @@ -5,4 +5,5 @@ package scala.annotation * @see [[https://dotty.epfl.ch/docs/reference/other-new-features/experimental-defs]] * @syntax markdown */ +@deprecatedInheritance("Scheduled for being final in the future", "3.4.0") class experimental extends StaticAnnotation