Generalize and publicize @deprecated{Inheritance, Overriding} #6383
Labels
Milestone
Comments
Imported From: https://issues.scala-lang.org/browse/SI-6383?orig=1 |
Resolved as of scala/scala#4827 I'd say. Reopen (or comment) if you disagree with me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 2.10, we've added the ability to signal the impending finality of a class, or a method, issing a deprecation warning to extenders/overriders.
We left this facility
private[scala]]
, as it came quite late in the release cycle, and didn't have much time for design discussions.Some discussion about what should be added started here: scala/scala#1026
The text was updated successfully, but these errors were encountered: