10b9be9f51
#KT-12187 fixed
4 lines
106 B
Java
Vendored
4 lines
106 B
Java
Vendored
import java.lang.annotation.*;
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
public @interface RuntimeAnnotation {} |