Annotation Interface RequestNodeId


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface RequestNodeId
Annotation that binds a method variable to a request node-id header value.
Since:
1
Version:
1
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Indicates if the parameter is required or not.
  • Element Details

    • required

      boolean required
      Indicates if the parameter is required or not.
      Since:
      1
      Default:
      false