Functions
Link copied to clipboard
fun <S : Symbol.Annotation<S, I>, I : Symbol.Annotation.Instance<S, I>> annotation(value: I): AnnotationArgument.Annotation<S, I>
Link copied to clipboard
Create an array argument. All elements must have the same AnnotationArgument.type.
fun <T : AnnotationArgument> array(value: List<T>, elementType: AnnotationParameterType<T>): AnnotationArgument.Array<T>
Create an array argument. All elements must be of type elementType.
Link copied to clipboard
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.
Link copied to clipboard