java.lang.Object.finalize() in Kotlin?

can I use it in Kotlin-class?

found solution:
@Throws(Throwable::class)
protected fun finalize() {}