We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4a8a5 commit 985a319Copy full SHA for 985a319
ktorm-ksp-annotations/src/main/kotlin/org/ktorm/ksp/annotation/Table.kt
@@ -89,7 +89,7 @@ public annotation class Table(
89
* The super class of the generated table class.
90
*
91
* If not specified, the super class will be determined based on the class kind of the entity:
92
- * `org.ktorm.schema.BaseTable` for interfaces, and `org.ktorm.schema.Table` for classes.
+ * `org.ktorm.schema.Table` for interfaces, and `org.ktorm.schema.BaseTable` for classes.
93
*/
94
val superClass: KClass<out BaseTable<out Any>> = Nothing::class
95
)
0 commit comments