Annotation Type Service
Annotation on Request classes specifying the server-side implementations that
back them.
- See Also:
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends ServiceLocator> An optionalServiceLocatorthat provides instances of service objects used when invoking instance methods on the type returned byvalue().
-
Element Details
-
value
Class<?> valueThe domain type that provides the implementations for the methods defined in the RequestContext. -
locator
Class<? extends ServiceLocator> locatorAn optionalServiceLocatorthat provides instances of service objects used when invoking instance methods on the type returned byvalue().- Default:
com.google.web.bindery.requestfactory.shared.ServiceLocator.class
-