Package com.google.gwt.user.client.rpc
Annotation Type 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()ServiceDefTarget.setServiceEntryPoint(String) will override this
 default path.- 
Required Element SummaryRequired ElementsModifier and TypeRequired ElementDescriptionThe relative path for theRemoteServiceimplementation.
- 
Element Details- 
valueString valueThe relative path for theRemoteServiceimplementation.- Returns:
- relative path for the RemoteServiceimplementation
 
 
-