Well, this is the issue: ```import java.lang.annot...
# announcements
x
Well, this is the issue:
Copy code
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
//@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
//@kotlin.annotation.Target(AnnotationTarget.TYPE)