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

Commit 9c7b86f

Browse files
committed
コンストラクター用のターゲットを追加
1 parent f95b14f commit 9c7b86f

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.wrongwrong.mapk.annotations
2+
3+
@Target(AnnotationTarget.CONSTRUCTOR)
4+
@Retention(AnnotationRetention.RUNTIME)
5+
@MustBeDocumented
6+
annotation class KConstructor

0 commit comments

Comments
 (0)