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

commonMain.io.mths.kava.Kava.kt Maven / Gradle / Ivy

The newest version!
package io.mths.kava

/**
 * Marks a [Kava-Vanilla](https://github.com/MerlinTHS/Kava/wiki/Vanilla) function.
 * Unlike normal functions, you can use methods of the validation scope inside.
 */
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.FUNCTION)
annotation class Kava




© 2015 - 2025 Weber Informatics LLC | Privacy Policy