Package groovy.lang
Annotation Type DelegatesTo.Target
- Enclosing class:
 - DelegatesTo
 
Parameter annotation used to specify the delegate for a 
@DelegatesTo annotated
 parameter of the same method.- 
Optional Element Summary
Optional Elements 
- 
Element Details
- 
value
String valueAn identifier that should be used to disambiguate targets when there are multiple@DelegatesTo.Targetannotated parameters.- Default:
 - ""
 
 
 -