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

Commit 7f9471f

Browse files
committed
内部的にしか使わないはずなのでinternal化
1 parent ce12167 commit 7f9471f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/wrongwrong/mapk/core/ParameterForMap.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import kotlin.reflect.full.functions
1010
import kotlin.reflect.full.isSubclassOf
1111
import kotlin.reflect.full.staticFunctions
1212

13-
class ParameterForMap(val param: KParameter, propertyNameConverter: (String) -> String) {
13+
internal class ParameterForMap(val param: KParameter, propertyNameConverter: (String) -> String) {
1414
val clazz: KClass<*> = (param.type.classifier as KClass<*>)
1515
val name: String = param.annotations
1616
.find { it is PropertyAlias }

0 commit comments

Comments
 (0)