kotlin.reflect.KProperty.Accessor
Accessor
interface Accessor<out R>
Represents a property accessor, which is a get
or set
method declared alongside the property. See the Kotlin language documentation for more information.
Parameters
R
- the type of the property, which it is an accessor of.