Annotation Type RemoteAddr


  • @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface RemoteAddr
    Annotation that indicates method parameter should be bound to the remote address (client IP).

    Supported for HttpRoute annotated handler methods.

    This value will be auto mixed with header "x-forwarded-for" (if present).

    Since:
    1.1