@DelegatesTo
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
) {}
Inspection Details | |
---|---|
Available in: | IntelliJ IDEA 2023.3, Qodana for JVM 2023.3 |
Plugin: | Groovy, 233.SNAPSHOT |
Last modified: 13 July 2023