Annotation Interface HeaderParam


@Retention(RUNTIME) @Target(PARAMETER) public @interface HeaderParam
This annotation indicates that the value of a method parameter must be read from a header parameter.
Author:
andrea del bene
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    boolean
     
  • Element Details

    • required

      boolean required
      Default:
      true
    • defaultValue

      String defaultValue
      Default:
      ""