All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.summitsystems.springbukkit.command.convert.CommandArgumentConverterAdapter.kt Maven / Gradle / Ivy

The newest version!
package kr.summitsystems.springbukkit.command.convert

/**
 * An adapter class for pre-defined converters, such as the built-in converters in the Spring Framework.
 *
 * @param T target type of converter
 */
interface CommandArgumentConverterAdapter {
    fun provideCompletes(targetType: Class): List
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy