Kotlin JVM annotation in Java
Reports useless Kotlin JVM annotations in Java code.
Example:
import kotlin.jvm.Volatile;
public class Test {
@Volatile
public int i;
}
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Kotlin, @snapshot@ |
Last modified: 13 July 2023