[Java] Annotation Type NamedDelegate

  • groovy.transform.NamedDelegate
@Retention(RetentionPolicy.SOURCE)
@Target(ElementType.PARAMETER)
public @interface NamedDelegate

Marker interface used to indicate that the property names of the annotated parameter represent valid key names when using named arguments and that the property types are applicable for type checking purposes.

Since:
2.5.0

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/transform/NamedDelegate.html