KoDelegateProvider

An interface representing a Kotlin declaration that provides access to the delegate information.

Inheritors

Properties

Link copied to clipboard
abstract val delegateName: String?

Name of the delegate.

Functions

Link copied to clipboard
abstract fun hasDelegate(delegateName: String? = null): Boolean

Determines whatever declaration has a delegate with given name.