mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-26 12:08:45 +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
|