Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Nov 29, 2023
1 parent 938136f commit 582e373
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ package com.ctrip.sqllin.dsl
import com.ctrip.sqllin.dsl.annotation.DBRow
import kotlinx.serialization.Serializable

/**
* Test whether the sqllin-processor could generate primitive type and String correctly
* @author yaqiao
*/

@DBRow
@Serializable
data class TestPrimitiveTypeForKSP(
Expand Down

0 comments on commit 582e373

Please sign in to comment.