Files
2023-02-17 13:11:14 +00:00

5 lines
116 B
Kotlin
Vendored

@Target(AnnotationTarget.CLASS)
annotation class TestRoot
@Target(AnnotationTarget.FIELD)
annotation class TestAnn2