Skip to content

Commit

Permalink
parsing: Scala 3 pre213 / since213 annotations (without function)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudolph committed Mar 21, 2022
1 parent 9a589a3 commit fee4a47
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions akka-parsing/src/main/scala-3/akka/http/ccompat/pre213macro.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Copyright (C) 2019-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.http.ccompat

import scala.annotation.StaticAnnotation

// FIXME: need to implement or we will resurrect some ugly things (or remove 2.12 support)
class pre213 extends StaticAnnotation
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
* Copyright (C) 2019-2021 Lightbend Inc. <https://www.lightbend.com>
*/

package akka.http.ccompat

import scala.annotation.StaticAnnotation

class since213 extends StaticAnnotation

0 comments on commit fee4a47

Please sign in to comment.