public abstract @interface

RemoteServiceRelativePath

implements Annotation
com.google.gwt.user.client.rpc.RemoteServiceRelativePath

Class Overview

Associates a RemoteService with a relative path. This annotation will cause the client-side proxy to automatically invoke the setServiceEntryPoint(String) method with GWT.getModuleBaseURL() + RemoteServiceRelativePath#value() as its argument. Subsequent calls to setServiceEntryPoint(String) will override this default path.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation