Annotation
data class Annotation<S : Symbol.Annotation<S, I>, I : Symbol.Annotation.Instance<S, I>>(val annotationArguments: I) : AnnotationArgument(source)
Another annotation used as an argument.
Functions
Link copied to clipboard
Link copied to clipboard
fun <A : AnnotationArgument, T : AnnotationParameterType<A>> AnnotationArgument.asTypeOrNull(type: T): A?