Annotation

data class Annotation(dri: DRI, params: Map<String, AnnotationParameterValue>, mustBeDocumented: Boolean, scope: Annotations.AnnotationScope)

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int

Properties

dri
Link copied to clipboard
val dri: DRI
mustBeDocumented
Link copied to clipboard
val mustBeDocumented: Boolean = false
params
Link copied to clipboard
val params: Map<String, AnnotationParameterValue>
scope
Link copied to clipboard
val scope: Annotations.AnnotationScope

Extensions

isJvmName
Link copied to clipboard
fun Annotations.Annotation.isJvmName(): Boolean