@POJO without @CompileStatic
Reports annotation @groovy.transform.stc.POJO
applied without @groovy.transform.CompileStatic
.
Annotation @POJO
changes compilation process of Groovy classes to bytecode. It has no effect without explicitly enabled static compilation (which is done via @CompileStatic
annotation).
Example:
@POJO // reports @POJO
class A {}
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Groovy, 233.SNAPSHOT |
Last modified: 13 July 2023