Annotations

class Annotations(content: SourceSetDependent<List<Annotations.Annotation>>) : ExtraProperty<Documentable>

Types

Annotation
Link copied to clipboard
data class Annotation(dri: DRI, params: Map<String, AnnotationParameterValue>, mustBeDocumented: Boolean)
Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, Annotations>

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

content
Link copied to clipboard
val content: SourceSetDependent<List<Annotations.Annotation>>
key
Link copied to clipboard
open override val key: ExtraProperty.Key<Documentable, *>