Annotation Type RequestUrl


  • @Retention(RUNTIME)
    @Target(PARAMETER)
    public @interface RequestUrl
    RequestUrl annotation. Can be used to get the current request URL value during a RequestMapping implementation method. Will be used as the same way as the @PathValue and similar annotations to get values from the request.