Package groovy.lang
Annotation Type DelegatesTo.Target
- 
 @Retention(RUNTIME) @Target(PARAMETER) public static @interface DelegatesTo.TargetParameter annotation used to specify the delegate for a@DelegatesToannotated parameter of the same method.
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringvalueAn identifier that should be used to disambiguate targets when there are multiple@DelegatesTo.Targetannotated parameters.
 
-