Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit f0fdfaa

Browse files
committed
デシリアライザー付与のためのアノテーションを追加
1 parent 9997d2f commit f0fdfaa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.mapk.annotations
2+
3+
import com.mapk.krowmapper.KColumnDeserializer
4+
import kotlin.reflect.KClass
5+
6+
@Target(AnnotationTarget.VALUE_PARAMETER)
7+
@Retention(AnnotationRetention.RUNTIME)
8+
annotation class KColumnDeserialize(val deserializer: KClass<out KColumnDeserializer<*, *>>)

0 commit comments

Comments
 (0)