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.

Constructors

Link copied to clipboard
constructor(annotationArguments: I)

Properties

Link copied to clipboard
Link copied to clipboard

Functions