Hi Kotliners! I have following issue today. Imagine Kotlin and Hibernate. In one of enitites I have property with delegation. But Hibernate tries to treat it as normal field. It is not possible to mark it with @Transient annotation because there is no Property target on it(it is available only for Kotlin annotations) and if I make this property private it makes no difference. Any ideas?