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.0
Version:
2024-03-18
  • 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.
      Default:
      false