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

Commit f4fe004

Browse files
authored
Merge pull request #5 from k163377/fix_name
KPropertyAlias -> KParameterAlias
2 parents db2b38e + b1dc8aa commit f4fe004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mapk/annotations/KPropertyAlias.kt renamed to src/main/kotlin/com/mapk/annotations/KParameterAlias.kt

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

33
@Target(AnnotationTarget.VALUE_PARAMETER)
44
@Retention(AnnotationRetention.RUNTIME)
5-
annotation class KPropertyAlias(val value: String)
5+
annotation class KParameterAlias(val value: String)

0 commit comments

Comments
 (0)