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

kr.summitsystems.springbukkit.command.annotation.CommandController.kt Maven / Gradle / Ivy

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

import org.springframework.core.annotation.AliasFor
import org.springframework.stereotype.Component

@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
@Component
annotation class CommandController(
    @get:AliasFor(annotation = Component::class) val value: String = ""
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy