mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-01-22 13:18:03 +00:00
6 lines
152 B
Kotlin
6 lines
152 B
Kotlin
package dev.inmo.micro_utils.ksp.classcasts
|
|
|
|
@Target(AnnotationTarget.CLASS)
|
|
@Retention(AnnotationRetention.SOURCE)
|
|
annotation class ClassCastsExcluded
|