Annotations
data class Annotations(myContent: SourceSetDependent<List<Annotations.Annotation>>) : ExtraProperty<AnnotationTarget>
Content copied to clipboard
Types
Annotation
Link copied to clipboard
data class Annotation(dri: DRI, params: Map<String, AnnotationParameterValue>, mustBeDocumented: Boolean, scope: Annotations.AnnotationScope)
Content copied to clipboard
AnnotationScope
Link copied to clipboard
Companion
Link copied to clipboard
Properties
content
Link copied to clipboard
directAnnotations
Link copied to clipboard
fileLevelAnnotations
Link copied to clipboard
val fileLevelAnnotations: SourceSetDependent<List<Annotations.Annotation>>
Content copied to clipboard
key
Link copied to clipboard