Package groovy.lang
Annotation Type DelegatesTo.Target
- 
 @Retention(RUNTIME) @Target(PARAMETER) public static @interface DelegatesTo.Target Parameter annotation used to specify the delegate for a@DelegatesToannotated parameter of the same method.
- 
- 
Element Detail- 
valueString value An identifier that should be used to disambiguate targets when there are multiple@DelegatesTo.Targetannotated parameters.- Default:
- ""
 
 
- 
 
-