Reports useless Kotlin JVM annotations in Java code.
Example:
import kotlin.jvm.Volatile; public class Test { @Volatile public int i; }