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

Commit 477d06c

Browse files
committed
@MustBeDocumentedが抜けていたため修正
1 parent c9f2285 commit 477d06c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/mapk/annotations/KGetterAlias.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ package com.mapk.annotations
22

33
@Target(AnnotationTarget.PROPERTY_GETTER)
44
@Retention(AnnotationRetention.RUNTIME)
5+
@MustBeDocumented
56
annotation class KGetterAlias(val value: String)

0 commit comments

Comments
 (0)