Annotation Interface Http.HeaderParam

Enclosing class:
Http

@Target(PARAMETER) @Retention(CLASS) @Documented @Qualifier public static @interface Http.HeaderParam
Inject header into a method parameter.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Name of the header.
  • Element Details

    • value

      String value
      Name of the header.
      Returns:
      name of the header