Annotation Type HttpMethodMapping


  • @Documented
    @Retention(RUNTIME)
    @Target(ANNOTATION_TYPE)
    @Executable
    @Inherited
    public @interface HttpMethodMapping

    A meta annotation for HTTP Controller actions.

    Since:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] uris
      Only to be used in the context of a server.
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value
        Returns:
        The URI of the action
        Default:
        "/"
      • uris

        java.lang.String[] uris
        Only to be used in the context of a server.
        Returns:
        The URIs of the action
        Default:
        {"/"}