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

commonMain.ClassCastsIncluded.kt Maven / Gradle / Ivy

There is a newer version: 0.22.3
Show newest version
package dev.inmo.micro_utils.ksp.classcasts

@Target(AnnotationTarget.CLASS)
@Retention(AnnotationRetention.SOURCE)
annotation class ClassCastsIncluded(
    val typesRegex: String = "",
    val excludeRegex: String = "",
    val outputFilePrefix: String = "",
    val levelsToInclude: Int = -1
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy