Descriptor

Properties

Link copied to clipboard
val annotation: AnnotationDescriptor
Link copied to clipboard
Link copied to clipboard
open override val classReference: ClassReference

Refers to the annotation class itself and not the annotated class.

Link copied to clipboard
val fqName: FqName
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun exclude(parameterIndex: Int = excludeIndex(fqName)): List<ClassReference>
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun replaces(parameterIndex: Int = replacesIndex(fqName)): List<ClassReference>
Link copied to clipboard
Link copied to clipboard
fun scope(parameterIndex: Int = DEFAULT_SCOPE_INDEX): ClassReference
Link copied to clipboard
open override fun scopeOrNull(parameterIndex: Int): ClassReference?
Link copied to clipboard
fun toAnnotationSpec(): AnnotationSpec
Link copied to clipboard
open override fun toString(): String