ImplementedInterfaces

data class ImplementedInterfaces(interfaces: SourceSetDependent<List<TypeConstructor>>) : ExtraProperty<Documentable>

Types

Companion
Link copied to clipboard
object Companion : ExtraProperty.Key<Documentable, ImplementedInterfaces>

Properties

interfaces
Link copied to clipboard
val interfaces: SourceSetDependent<List<TypeConstructor>>
key
Link copied to clipboard
open override val key: ExtraProperty.Key<Documentable, *>