Package groovy.transform
Annotation Interface NamedParams
Collector annotation for
NamedParam.- Since:
- 2.5.0
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionReturns the named-parameter declarations collected by this annotation.
-
Element Details
-
value
NamedParam[] valueReturns the named-parameter declarations collected by this annotation.- Returns:
- the named-parameter declarations
-