Annotation Interface Http.Path

Enclosing class:
Http

@Target({TYPE,METHOD}) @Retention(CLASS) @Documented @Inherited public static @interface Http.Path
Path of an endpoint, or sub-path of a method.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Path to use, defaults to /.
  • Element Details

    • value

      String value
      Path to use, defaults to /.
      Returns:
      path to use
      Default:
      "/"