Groovy
@DelegatesTo
Warning
Code Style
New
Last modified: 03 December 2024 Reports unused @DelegatesTo.Target
annotations and unresolved @DelegatedTo.target
annotation attribute values.
Example:
// unused target 't1' and unresolved target 't2'
def m(
@DelegatesTo.Target('t1') target,
@DelegatesTo(target = 't2') Closure c
) {}
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
DelegatesTo
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Groovy, 243.23126 |
Thanks for your feedback!
Was this page helpful?