7 lines
115 B
Kotlin
Vendored
7 lines
115 B
Kotlin
Vendored
// ALLOW_AST_ACCESS
|
|
|
|
package test
|
|
|
|
@Target(AnnotationTarget.CLASSIFIER)
|
|
public annotation class TargetedAnnotation
|