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 e6f122e commit 29fa154Copy full SHA for 29fa154
_overviews/macros/annotations.md
@@ -16,7 +16,8 @@ permalink: /overviews/macros/:title.html
16
17
**Eugene Burmako**
18
19
-Macro annotations are available in Scala 2.13, but only with the macro paradise plugin from Scala 2.10.x to Scala 2.12.x.
+Macro annotations are available in Scala 2.13 with the `-Ymacro-annotations` flag, but only with the macro paradise
20
+plugin from Scala 2.10.x to Scala 2.12.x.
21
Follow the instructions at the ["Macro Paradise"](paradise.html) page to download and use our compiler plugin if using
22
those older Scala versions.
23
0 commit comments