Annotation Type HttpPath


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface HttpPath
    Annotation for path of HTTP services.
    Since:
    1.1
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value
      Returns the value string of the path.
    • Element Detail

      • value

        java.lang.String[] value
        Returns the value string of the path.
        Returns:
        the value string of the path
        Default:
        {}