Annotation Type MatrixParam


@Target(PARAMETER) @Retention(RUNTIME) public @interface MatrixParam
Marks a method parameter to be a matrix parameter.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The name of the matrix parameter.
  • Element Details

    • value

      String value
      The name of the matrix parameter.

      If left blank the method parameter name is used.

      We typically use this when the matrix parameter uses snake-case or similar that does not map to a valid java/kotlin parameter name.

      Default:
      ""