Annotation Type PathParam


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    @Documented
    public @interface PathParam
    Bind the value of a path sub-element to the annotated parameter. Exemple : http://localhost:8080/test/contact/12 Can be map to :
    Author:
    npiedeloup
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value