KotlinAnnotated

fun interface KotlinAnnotated : Annotated

Functions

annotations
Link copied to clipboard
open override fun annotations(): Annotations
impl
Link copied to clipboard
abstract fun impl(): Annotated

Properties

hasDoNotLookAtArgumentsAnnotation
Link copied to clipboard
open val hasDoNotLookAtArgumentsAnnotation: Boolean
hasPackageWithLawsAnnotation
Link copied to clipboard
open val hasPackageWithLawsAnnotation: Boolean
hasPreOrPostAnnotation
Link copied to clipboard
open val hasPreOrPostAnnotation: Boolean
packageWithLawsAnnotation
Link copied to clipboard
open val packageWithLawsAnnotation: AnnotationDescriptor?

Inheritors

KotlinFieldDescriptor
Link copied to clipboard