ArrayValue

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

Constructors

Link copied to clipboard
fun ArrayValue(value: List<AnnotationParameterValue>)

Properties

Link copied to clipboard
val value: List<AnnotationParameterValue>