Skip to content

Commit

Permalink
Merge pull request #66 from qiaoyuang/main
Browse files Browse the repository at this point in the history
Fix some comments
  • Loading branch information
qiaoyuang authored Nov 29, 2023
2 parents f369fdc + 582e373 commit c717f68
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2022 Ctrip.com.
* Copyright (C) 2023 Ctrip.com.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package com.ctrip.sqllin.dsl

import com.ctrip.sqllin.dsl.annotation.DBRow
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
/*
* Copyright (C) 2023 Ctrip.com.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

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 c717f68

Please sign in to comment.