Annotations
- @DelegatesTo
Reports unused @DelegatesTo.Target annotations and unresolved @DelegatedTo.target annotation attribute values.
- @NamedVariant/@NamedParam/@NamedDelegate unresolved label
Reports unresolved argument labels in calls of methods annotated by @NamedVariant/@NamedParam/@NamedDelegate.
- @POJO without @CompileStatic
Reports annotation @groovy.transform.stc.POJO applied without @groovy.transform.CompileStatic.
- @Singleton constructors
Reports constructors of classes annotated by @Singleton unless it is declared non-strict.
- @TupleConstructor and @MapConstructor
Reports unresolved identifiers in @TupleConstructor and @MapConstructor includes and excludes annotation attribute values.
Last modified: 11 September 2024