org.scalameta.adt.Metadata.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common_2.11 Show documentation
Show all versions of common_2.11 Show documentation
Bag of private and public helpers used in scala.meta's APIs and implementations
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