mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 15:51:01 +00:00
8 lines
168 B
Kotlin
Vendored
8 lines
168 B
Kotlin
Vendored
// Validation
|
|
// ALLOW_FRONTEND_EXCEPTION
|
|
// See KT-24323
|
|
|
|
@Retention(AnnotationRetention.RUNTIME /* ) was removed */
|
|
annotation class Validation()
|
|
|