ArrayValue

data class ArrayValue(value: List<AnnotationParameterValue>) : AnnotationParameterValue

Functions

component1
Link copied to clipboard
operator fun component1(): List<AnnotationParameterValue>
copy
Link copied to clipboard
fun copy(value: List<AnnotationParameterValue>): ArrayValue
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

value
Link copied to clipboard
val value: List<AnnotationParameterValue>