AnnotationParameter

data class AnnotationParameter<P : AnnotationParameterType<*>>(val name: String, val index: Int, val type: P)(source)

An annotation parameter definition.

Constructors

Link copied to clipboard
constructor(name: String, index: Int, type: P)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
Link copied to clipboard
val type: P