kr.summitsystems.springbukkit.command.annotation.CommandAuthorize.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-bukkit-command Show documentation
Show all versions of spring-bukkit-command Show documentation
Springframework based Bukkit plugin development kit.
The newest version!
package kr.summitsystems.springbukkit.command.annotation
@Target(AnnotationTarget.FUNCTION, AnnotationTarget.CLASS)
@Retention(AnnotationRetention.RUNTIME)
annotation class CommandAuthorize(
val permission: String = "",
val isOp: Boolean = false
)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy