ObjCOutlet

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class ObjCOutlet(source)

Makes Kotlin property in Objective-C class settable through Objective-C dispatch to be used as IB outlet.

Since Kotlin

1.3