Companion

Functions

Link copied to clipboard
fun <T : AnnotationArgument> array(first: T, vararg values: T): AnnotationArgument.Array<T>

Create an array argument. All elements must have the same AnnotationArgument.type.

Create an array argument. All elements must be of type elementType.

Link copied to clipboard
Link copied to clipboard

Create an array argument. All elements must have the same AnnotationArgument.type. Passing an empty list to this function is an error.