Km Property Accessor Attributes
Represents a Kotlin property accessor.
Contains only accessor annotations and attributes, such as visibility and modality. Attributes can be read and written using extension properties, e.g. KmPropertyAccessorAttributes.visibility or KmPropertyAccessorAttributes.isNotDefault.
Properties
Annotations on the property accessor.
Indicates that the corresponding property accessor has at least one annotation in the JVM bytecode.
Indicates that the corresponding property accessor is external.
Indicates that the corresponding property accessor is inline.
Indicates that the corresponding property accessor is not default, i.e., it has a body in the source code or the property is delegated.
Represents modality of the corresponding property accessor.
Represents visibility of the corresponding property accessor.