@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface RemoteServiceRelativePath
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.| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The relative path for the
RemoteService implementation. |
public abstract String value
RemoteService implementation.RemoteService implementationCopyright © 2018. All rights reserved.