Annotation Type URIRoute


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface URIRoute
    The URITemplate annotation can be used to associate a URI Template with a particular Java class. Instances of that class can then be expanded using the associated URI Template. The public fields and getter methods on the class will be automatically mapped to URI Template variable names. Alternative varnames can be specified for each field/getter using the VarName annotation
    • Required Element Summary

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

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

        boolean isiri
        Default:
        false