Additional reflection properties

This commit is contained in:
Andrew Golovashevich 2025-05-18 16:43:43 +03:00
parent 64fd1d9958
commit 0c9740e820

View File

@ -57,11 +57,6 @@ public interface Table<UE : Any, mUE : Any, IK : Any> {
@get:JvmName("getMemberObjectsWhileUpgrade")
public val memberObjectsWhileUpgrade: Collection<TableScopedObject<*, UE, IK>>
@ReflectionApi
@Suppress("INAPPLICABLE_JVM_NAME")
@get:JvmName("willBeDeletedAfterUpgrade")
public val willBeDeletedAfterUpgrade: Boolean
public interface Constructor<tUE : Any, RK : Any> {
public fun createTable(context: TableConstructorScope<tUE, RK>): tUE
}