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

Commit 61fa49d

Browse files
committed
デシリアライザーを指定するアノテーションを追加
1 parent 5f65b0c commit 61fa49d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
package com.mapk.annotations
2+
3+
@Target(AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FUNCTION)
4+
@Retention(AnnotationRetention.RUNTIME)
5+
@MustBeDocumented
6+
annotation class KColumnDeserializer

0 commit comments

Comments
 (0)