Annotation

dotty.tools.scaladoc.Annotation$
See theAnnotation companion class
object Annotation

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

sealed trait AnnotationParameter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
case class LinkParameter(name: Option[String], dri: DRI, value: String) extends AnnotationParameter

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class PrimitiveParameter(name: Option[String], value: String) extends AnnotationParameter

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class UnresolvedParameter(name: Option[String], unresolvedText: String) extends AnnotationParameter

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror