aboutsummaryrefslogtreecommitdiff
path: root/src/scala/annotation/internal/SourceFile.scala
blob: b203869cf3831364f85ca544e5016bd8ba6d41af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package scala.annotation.internal

import scala.annotation.Annotation

/** An annotation to record a Scala2 pickled alias.
 *  @param aliased  A TermRef pointing to the aliased field.
 */
class SourceFile(path: String) extends Annotation {

}