Annotation Type SynchronizedRpcRequest


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    @Deprecated
    public @interface SynchronizedRpcRequest
    Deprecated.
    Will change the request for the given method to be synchronized.

    Using synchronized XhtmlHttpRequests is deprecated in most browsers and should not be used.

    Try using asynchronous requests whenever possible.