Annotation Interface Parameter


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface Parameter
Declares a request parameter.
Since:
1.0
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Determines what the direction of the flow is for processing this field
    The name of the parameter.
  • Element Details

    • value

      String value
      The name of the parameter.
      Since:
      1.0
      Default:
      ""
    • flow

      Determines what the direction of the flow is for processing this field
      Returns:
      the direction of the flow for field processing
      Since:
      1.0
      Default:
      IN