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

me.jakejmattson.kutils.api.annotations.Precondition.kt Maven / Gradle / Ivy

There is a newer version: 0.18.1
Show newest version
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