net.propromp.neocommander.api.argument.annotation.ArgumentOf.kt Maven / Gradle / Ivy
package net.propromp.neocommander.api.argument.annotation
import net.propromp.neocommander.api.annotation.Argument
import net.propromp.neocommander.api.argument.ArgumentOf
import net.propromp.neocommander.api.argument.NeoArgument
import kotlin.reflect.KClass
@Argument(ArgumentOf::class)
annotation class ArgumentOf(val clazz: KClass>)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy