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

import scala.annotation.Annotation

/** The class associated with a `BodyAnnotation`, which indicates
 *  an inline method's right hand side
 */
final class Body() extends Annotation