Annotations

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

Constructors

Link copied to clipboard
fun Annotations(myContent: SourceSetDependent<List<Annotations.Annotation>>)

Types

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

Properties

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