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 SummaryOptional Elements
- 
Element Details- 
valueString valueAn identifier that should be used to disambiguate targets when there are multiple@DelegatesTo.Targetannotated parameters.- Default:
- ""
 
 
-