Binds

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Binds(val to: KClass<*> = Nothing::class)

Mark it to provide as a supertype.

Parameters

to

Specifies the type when there are multiple supertypes.

Properties

Link copied to clipboard
val to: KClass<*>