Annotations

interface Annotations

Functions

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

Properties

Link copied to clipboard
abstract val impl: Any