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