Annotation
data class Annotation(val dri: DRI, val params: Map<String, AnnotationParameterValue>, val mustBeDocumented: Boolean = false, val scope: Annotations.AnnotationScope = AnnotationScope.DIRECT)
Constructors
Link copied to clipboard
constructor(dri: DRI, params: Map<String, AnnotationParameterValue>, mustBeDocumented: Boolean = false, scope: Annotations.AnnotationScope = AnnotationScope.DIRECT)