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

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

The newest version!
package io.mths.kava

/**
 * Custom validators marked with this annotation will be used to generate
 * - a scope function called [scopeName]
 * - snowflake extensions
 * - validated delegations
 *
 */
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
annotation class GenerateExtensions(
    val scopeName: String
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy