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