Inspectopedia Help

Annotations

@DelegatesTo   New in this release

Reports unused @DelegatesTo.Target annotations and unresolved @DelegatedTo.target annotation attribute values.

@NamedVariant/@NamedParam/@NamedDelegate unresolved label   New in this release

Reports unresolved argument labels in calls of methods annotated by @NamedVariant/@NamedParam/@NamedDelegate.

@POJO without @CompileStatic   New in this release

Reports annotation @groovy.transform.stc.POJO applied without @groovy.transform.CompileStatic.

@Singleton constructors   New in this release

Reports constructors of classes annotated by @Singleton unless it is declared non-strict.

@TupleConstructor and @MapConstructor   New in this release

Reports unresolved identifiers in @TupleConstructor and @MapConstructor includes and excludes annotation attribute values.

Last modified: 11 September 2024