[Java] Annotation Type Target
- groovy.lang.DelegatesTo.Target
Parameter annotation used to specify the delegate for a @DelegatesTo annotated parameter of the same method.
Element Summary
| Type | Name and Description |
|---|---|
String |
valueAn identifier that should be used to disambiguate targets when there are multiple @DelegatesTo.Target annotated parameters. |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Element Detail
public String value
An identifier that should be used to disambiguate targets when there are multiple @DelegatesTo.Target annotated parameters. @default ""
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/groovy/lang/DelegatesTo.Target.html