AnnotationValue

data class AnnotationValue(annotation: Annotations.Annotation) : AnnotationParameterValue

Functions

component1
Link copied to clipboard
operator fun component1(): Annotations.Annotation
copy
Link copied to clipboard
fun copy(annotation: Annotations.Annotation): AnnotationValue
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

annotation
Link copied to clipboard
val annotation: Annotations.Annotation