@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 |
---|---|
java.lang.String |
value
The relative path for the
RemoteService implementation. |
public abstract java.lang.String value
RemoteService
implementation.RemoteService
implementation