@Retention(value=RUNTIME)
 @Target(value=PARAMETER)
public static @interface DelegatesTo.Target
@DelegatesTo annotated
 parameter of the same method.| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | valueAn identifier that should be used to disambiguate targets when there are
 multiple  @DelegatesTo.Targetannotated parameters. |