mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-16 05:52:22 +00:00
first version of parameters variations
This commit is contained in:
@@ -7,7 +7,7 @@ import kotlin.reflect.KClass
|
||||
@Target(AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.VALUE_PARAMETER)
|
||||
annotation class GenerationVariant(
|
||||
val argName: String,
|
||||
val type: KClass<*>,
|
||||
val type: String,
|
||||
val conversion: String,
|
||||
vararg val varargTypes: KClass<*>
|
||||
)
|
||||
|
Reference in New Issue
Block a user