Annotation Interface MatrixParam


@Retention(RUNTIME) @Target(PARAMETER) public @interface MatrixParam
This annotation indicates that the value of a method parameter must be read from a given segment as matrix parameter.
Author:
andrea del bene
  • Element Details

    • parameterName

      String parameterName
    • segmentIndex

      int segmentIndex
    • required

      boolean required
      Default:
      true
    • defaultValue

      String defaultValue
      Default:
      ""