Annotation

object Annotation
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

sealed trait AnnotationParameter
case class LinkParameter(name: Option[String], dri: DRI, value: String) extends AnnotationParameter
case class PrimitiveParameter(name: Option[String], value: String) extends AnnotationParameter
case class UnresolvedParameter(name: Option[String], unresolvedText: String) extends AnnotationParameter

Inherited types

The names of the product elements

The names of the product elements

Inherited from
Mirror

The name of the type

The name of the type

Inherited from
Mirror