We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10b59f8 commit 984afeeCopy full SHA for 984afee
library/src/scala/annotation/RefiningAnnotation.scala
@@ -1,3 +1,7 @@
1
package scala.annotation
2
3
+/** A base trait for annotations that yield proper subtypes of the types they annotate.
4
+ * Refining annotations are more "sticky" than normal ones. They are conceptually kept
5
+ * around when normal refinements would also not be stripped away.
6
+ */
7
trait RefiningAnnotation extends StaticAnnotation
0 commit comments