Annotation Type ServiceName
Annotation on Request classes specifying the server-side implementations that
back them.This annotation can be used in place of
Service if the
service type is not available to the GWT compiler or DevMode runtime.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionAn optional binary name of aServiceLocatorthat provides instances of service objects used when invoking instance methods on the type returned byvalue().
-
Element Details
-
value
String valueThe binary name of the domain type that provides the implementations for the methods defined in the RequestContext.
-
-
-
locator
String locatorAn optional binary name of aServiceLocatorthat provides instances of service objects used when invoking instance methods on the type returned byvalue().- Default:
- ""
-