commonMain.io.mths.kava.Kava.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kava-annotations-jvm Show documentation
Show all versions of kava-annotations-jvm Show documentation
Annotations to generate extensions for custom validators
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