Annotation Type UriVariable


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface UriVariable
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean required  
      java.lang.String value
      The URI variable name.
    • Element Detail

      • value

        java.lang.String value
        The URI variable name. If not specified, the parameter's Java variable name will be used instead. (The variable name is only available if classes are compiled with debug info.)
        Default:
        ""
      • required

        boolean required
        Default:
        true