JavaAnnotations

class JavaAnnotations(ctx: AnalysisContext, impl: List<AnnotationMirror>) : Annotations

Functions

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

Properties

impl
Link copied to clipboard
open override val impl: List<AnnotationMirror>