KotlinFieldDescriptor

fun interface KotlinFieldDescriptor : FieldDescriptor, KotlinAnnotated

Functions

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

Properties

correspondingProperty
Link copied to clipboard
open override val correspondingProperty: PropertyDescriptor
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?