Annotation Type RemoteServiceRelativePath


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface RemoteServiceRelativePath
Associates a RemoteService with a relative path. This annotation will cause the client-side proxy to automatically invoke the ServiceDefTarget.setServiceEntryPoint(String) method with GWT.getModuleBaseURL() + value() as its argument. Subsequent calls to ServiceDefTarget.setServiceEntryPoint(String) will override this default path.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The relative path for the RemoteService implementation.