Annotations

interface Annotations

Functions

findAnnotation
Link copied to clipboard
abstract fun findAnnotation(fqName: FqName): AnnotationDescriptor?
hasAnnotation
Link copied to clipboard
abstract fun hasAnnotation(fqName: FqName): Boolean
isEmpty
Link copied to clipboard
abstract fun isEmpty(): Boolean
iterable
Link copied to clipboard
abstract fun iterable(): Iterable<AnnotationDescriptor>

Properties

impl
Link copied to clipboard
abstract val impl: Any