mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-02-18 12:41:52 +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
|