报告 Java 代码中的无用 Kotlin JVM 注解。

示例:


  import kotlin.jvm.Volatile;

  public class Test {
      @Volatile
      public int i;
  }