[Java] Annotation Type NamedParams
- groovy.transform.NamedParams
@Retention(RetentionPolicy.RUNTIME) @Target(ElementType.PARAMETER) public @interface NamedParams
Collector annotation for NamedParam.
- Since:
- 2.5.0
Element Summary
Type | Name and Description |
---|---|
NamedParam[] |
value |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Element Detail
public NamedParam[] value
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/transform/NamedParams.html