// "Fix all 'Constant expression can be evaluated' problems in file" "false" import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) @interface Ann {}