Array
data class Array<T : AnnotationArgument>(val values: List<T>, val elementType: AnnotationParameterType<T>) : AnnotationArgument, List<T> (source)
An array argument with elements of elementType.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
fun <A : AnnotationArgument, T : AnnotationParameterType<A>> AnnotationArgument.asTypeOrNull(type: T): A?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard