Additional reflection properties
This commit is contained in:
parent
64fd1d9958
commit
0c9740e820
@ -57,11 +57,6 @@ public interface Table<UE : Any, mUE : Any, IK : Any> {
|
|||||||
@get:JvmName("getMemberObjectsWhileUpgrade")
|
@get:JvmName("getMemberObjectsWhileUpgrade")
|
||||||
public val memberObjectsWhileUpgrade: Collection<TableScopedObject<*, UE, IK>>
|
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 interface Constructor<tUE : Any, RK : Any> {
|
||||||
public fun createTable(context: TableConstructorScope<tUE, RK>): tUE
|
public fun createTable(context: TableConstructorScope<tUE, RK>): tUE
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user