Annotation Interface NamedParams


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface NamedParams
Collector annotation for NamedParam.
Since:
2.5.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the named-parameter declarations collected by this annotation.
  • Element Details

    • value

      NamedParam[] value
      Returns the named-parameter declarations collected by this annotation.
      Returns:
      the named-parameter declarations