array
fun <T : AnnotationArgument> array(value: List<T>, elementType: AnnotationParameterType<T>): AnnotationArgument.Array<T>(source)
Create an array argument. All elements must be of type elementType.
Throws
if any elements are not of type elementType
Create an array argument. All elements must have the same AnnotationArgument.type.
Throws
if any elements have a different type