Annotations

data class Annotations(myContent: SourceSetDependent<List<Annotations.Annotation>>) : ExtraProperty<AnnotationTarget>

Types

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

Properties

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