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