All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.scalameta.adt.Metadata.scala Maven / Gradle / Ivy

Go to download

Bag of private and public helpers used in scala.meta's APIs and implementations

There is a newer version: 4.12.2
Show newest version
package org.scalameta.adt

import scala.annotation.StaticAnnotation

object Metadata {
  trait Adt
  class root extends StaticAnnotation
  class branch extends StaticAnnotation
  class leafClass extends StaticAnnotation
  class leafCompanion extends StaticAnnotation
  class noneClass extends StaticAnnotation
  class byNeedField extends StaticAnnotation
  class privateField extends StaticAnnotation
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy