Skip to content

Commit 984afee

Browse files
committed
Doc comment RefiningAnnotation class
1 parent 10b59f8 commit 984afee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
package scala.annotation
22

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+
*/
37
trait RefiningAnnotation extends StaticAnnotation

0 commit comments

Comments
 (0)