Annotations
data class Annotations(myContent: SourceSetDependent<List<Annotations.Annotation>>) : ExtraProperty<AnnotationTarget>
Content copied to clipboard
Constructors
Link copied to clipboard
fun Annotations(myContent: SourceSetDependent<List<Annotations.Annotation>>)
Content copied to clipboard
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)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
val fileLevelAnnotations: SourceSetDependent<List<Annotations.Annotation>>
Content copied to clipboard