me.jakejmattson.kutils.api.annotations.Precondition.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of KUtils Show documentation
Show all versions of KUtils Show documentation
A Discord bot framework for Kotlin.
package me.jakejmattson.kutils.api.annotations
import me.jakejmattson.kutils.api.dsl.preconditions.defaultPreconditionPriority
@Target(AnnotationTarget.FUNCTION)
annotation class Precondition(val priority: Int = defaultPreconditionPriority)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy