Annotation Type Post


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Post
    HTTP POST method annotation describing the parameterized relative path to a REST endpoint for an action.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Get the relative path of the annotated method's POST URL.
    • Element Detail

      • value

        java.lang.String value
        Get the relative path of the annotated method's POST URL.
        Returns:
        The relative path of the annotated method's POST URL.